mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue