diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-21 20:17:26 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-21 20:17:26 +0000 |
| commit | 4c3820536bf2ba77eb458a4dc176efe5d496f4bf (patch) | |
| tree | 0063a0a8cfe4f0ebc033db56942ac1f504ba3d38 /cpp/src/qpid | |
| parent | 2b97a69197fb986c209339c48ed98bb45203e107 (diff) | |
| download | qpid-python-4c3820536bf2ba77eb458a4dc176efe5d496f4bf.tar.gz | |
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@687850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 75ce19e835..f36d606af8 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/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 |
