summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/cluster/Cluster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r--qpid/cpp/src/qpid/cluster/Cluster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/cluster/Cluster.cpp b/qpid/cpp/src/qpid/cluster/Cluster.cpp
index 75ce19e835..f36d606af8 100644
--- a/qpid/cpp/src/qpid/cluster/Cluster.cpp
+++ b/qpid/cpp/src/qpid/cluster/Cluster.cpp
@@ -298,7 +298,7 @@ void Cluster::dispatch(sys::DispatchHandle& h) {
void Cluster::disconnect(sys::DispatchHandle& h) {
h.stopWatch();
QPID_LOG(critical, "Disconnected from cluster, shutting down");
- broker.shutdown();
+ broker->shutdown();
}
}} // namespace qpid::cluster