diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
