Build fix.

This commit is contained in:
Gunnar Beutner 2013-09-11 09:42:06 +02:00
parent 05ba258500
commit 6351ee8fb3
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ void ClusterComponent::ClusterTimerHandler(void)
if (client) { if (client) {
Log(LogWarning, "cluster", "Closing connection for endpoint '" + endpoint->GetName() + "' due to inactivity."); Log(LogWarning, "cluster", "Closing connection for endpoint '" + endpoint->GetName() + "' due to inactivity.");
client->Close(); client->Close();
endpoint->SetClient(Endpoint::Ptr()); endpoint->SetClient(Stream::Ptr());
} }
} }
} }