mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 03:34:26 +03:00
Add prometheus support
This commit is contained in:
@@ -169,7 +169,6 @@ RestServer::Impl::init()
|
||||
} else {
|
||||
fd = socket(AF_INET, SOCK_STREAM, 0);
|
||||
}
|
||||
|
||||
dbgAssert(fd >= 0) << alert << "Failed to open a socket";
|
||||
|
||||
int socket_enable = 1;
|
||||
|
Reference in New Issue
Block a user