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