From 5d140890605743357347a0c0326ed4cf78117d8d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sat, 27 Sep 2008 00:08:18 +0000 Subject: Added missing locks in cluster code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@699535 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/cluster/Cluster.cpp') diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 19f4318a9c..7feee4ce14 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -282,6 +282,7 @@ void Cluster::stall() { } void Cluster::ready() { + // Called with lock held QPID_LOG(debug, self << " ready at " << url); unstall(); mcastControl(ClusterReadyBody(ProtocolVersion(), url.str()), 0); -- cgit v1.2.1