mirror of https://github.com/Icinga/icinga2.git
parent
a8a955ff9c
commit
e8759a12a5
|
@ -152,6 +152,9 @@ void LivestatusListener::ClientHandler(const Socket::Ptr& client)
|
|||
break;
|
||||
}
|
||||
|
||||
if (lines.empty())
|
||||
break;
|
||||
|
||||
Query::Ptr query = make_shared<Query>(lines, GetCompatLogPath());
|
||||
if (!query->Execute(stream))
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue