mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Build fix
This commit is contained in:
parent
debdaceb44
commit
a39fc993e6
@ -215,12 +215,6 @@ void HttpServerConnection::DataAvailableHandler(void)
|
|||||||
|
|
||||||
if (close)
|
if (close)
|
||||||
Disconnect();
|
Disconnect();
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (m_Stream->IsEof())
|
|
||||||
Disconnect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void HttpServerConnection::CheckLiveness(void)
|
void HttpServerConnection::CheckLiveness(void)
|
||||||
|
@ -249,12 +249,6 @@ void JsonRpcConnection::DataAvailableHandler(void)
|
|||||||
|
|
||||||
if (close)
|
if (close)
|
||||||
Disconnect();
|
Disconnect();
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (m_Stream->IsEof())
|
|
||||||
Disconnect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Value SetLogPositionHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params)
|
Value SetLogPositionHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user