summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/OutputInterceptor.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-08-06 17:41:18 +0000
committerAlan Conway <aconway@apache.org>2009-08-06 17:41:18 +0000
commit1af1e0114b71a366dc78a47c3d63833f1a0b4c8a (patch)
tree85488c593a8d165641d45035d16a78ae402fbdea /cpp/src/qpid/cluster/OutputInterceptor.cpp
parent7ffe1a63bfdbf071ca4e3b1f31e66182caa90873 (diff)
downloadqpid-python-1af1e0114b71a366dc78a47c3d63833f1a0b4c8a.tar.gz
Fix cman integration to exit immediately on loss of quorum.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@801740 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/OutputInterceptor.cpp')
-rw-r--r--cpp/src/qpid/cluster/OutputInterceptor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/OutputInterceptor.cpp b/cpp/src/qpid/cluster/OutputInterceptor.cpp
index 2025c664da..cb8f01386c 100644
--- a/cpp/src/qpid/cluster/OutputInterceptor.cpp
+++ b/cpp/src/qpid/cluster/OutputInterceptor.cpp
@@ -46,7 +46,6 @@ extern sys::LatencyTracker<const AMQBody*> doOutputTracker;
void OutputInterceptor::send(framing::AMQFrame& f) {
LATENCY_TRACK(doOutputTracker.finish(f.getBody()));
- parent.getCluster().checkQuorum();
{
sys::Mutex::ScopedLock l(lock);
next->send(f);