mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
Build fix.
This commit is contained in:
parent
05ba258500
commit
6351ee8fb3
@ -476,7 +476,7 @@ void ClusterComponent::ClusterTimerHandler(void)
|
||||
if (client) {
|
||||
Log(LogWarning, "cluster", "Closing connection for endpoint '" + endpoint->GetName() + "' due to inactivity.");
|
||||
client->Close();
|
||||
endpoint->SetClient(Endpoint::Ptr());
|
||||
endpoint->SetClient(Stream::Ptr());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user