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