diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 380bd7f632..35a07fbc2d 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -55,7 +55,7 @@ struct ClusterPlugin : public Plugin { if (broker && !options.clusterName.empty()) { assert(!cluster); // A process can only belong to one cluster. cluster = boost::in_place(options.clusterName, broker->getUrl(), boost::ref(*broker)); - broker->add(make_shared_ptr(&cluster->getHandlerUpdater(), nullDeleter)); + // broker->add(make_shared_ptr(&cluster->getHandlerUpdater(), nullDeleter)); } } }; |