mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Add prometheus support
This commit is contained in:
parent
9e85e5703c
commit
7c2fcbddcf
@ -169,7 +169,6 @@ RestServer::Impl::init()
|
|||||||
} else {
|
} else {
|
||||||
fd = socket(AF_INET, SOCK_STREAM, 0);
|
fd = socket(AF_INET, SOCK_STREAM, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
dbgAssert(fd >= 0) << alert << "Failed to open a socket";
|
dbgAssert(fd >= 0) << alert << "Failed to open a socket";
|
||||||
|
|
||||||
int socket_enable = 1;
|
int socket_enable = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user