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