From 6351ee8fb379a788eafcc186954c59e4f4a5d509 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 11 Sep 2013 09:42:06 +0200 Subject: [PATCH] Build fix. --- components/cluster/clustercomponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cluster/clustercomponent.cpp b/components/cluster/clustercomponent.cpp index 1044ce5c2..9ac47eaf0 100644 --- a/components/cluster/clustercomponent.cpp +++ b/components/cluster/clustercomponent.cpp @@ -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()); } } } -- 2.40.0