mirror of https://github.com/Icinga/icinga2.git
parent
3cfa8718b4
commit
80fdccc43a
|
@ -808,8 +808,11 @@ void ApiListener::ReplayLog(const JsonRpcConnection::Ptr& client)
|
|||
{
|
||||
Endpoint::Ptr endpoint = client->GetEndpoint();
|
||||
|
||||
if (endpoint->GetLogDuration() == 0)
|
||||
if (endpoint->GetLogDuration() == 0) {
|
||||
ObjectLock olock2(endpoint);
|
||||
endpoint->SetSyncing(false);
|
||||
return;
|
||||
}
|
||||
|
||||
CONTEXT("Replaying log for Endpoint '" + endpoint->GetName() + "'");
|
||||
|
||||
|
|
Loading…
Reference in New Issue