diff options
author | Alan Conway <aconway@apache.org> | 2008-07-08 15:22:37 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-07-08 15:22:37 +0000 |
commit | 43664d69dc90c128ad3f73327ac8331b02d7a38c (patch) | |
tree | e92629756eb899c3ad6cdac129a84e1966b4db40 /cpp/src/qpid/cluster/Cluster.cpp | |
parent | 50d4782e2f3676723a2df5bf6a420d45fb55467d (diff) | |
download | qpid-python-43664d69dc90c128ad3f73327ac8331b02d7a38c.tar.gz |
Removed static Cpg::handlers, fixed ForkedBroker shutdown.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674855 13f79535-47bb-0310-9956-ffa450edef68
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 2727d5af0a..d97a840f82 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -114,6 +114,7 @@ Cluster::~Cluster() { QPID_LOG(trace, *this << " Leaving cluster."); try { cpg.leave(name); + cpg.shutdown(); dispatcher.join(); } catch (const std::exception& e) { |