From e5d4d995196e8a48cf7bc2180738b9bf5c3cb14f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 2 Feb 2009 22:18:04 +0000 Subject: Fix bug in frame drop logic. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@740128 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Cluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster') diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 09135a3b52..6a19b8e4ea 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -209,7 +209,7 @@ void Cluster::deliveredEvent(const Event& e) { Buffer buf(const_cast(e.getData()), e.getSize()); boost::intrusive_ptr connection; if (e.isConnection()) { - if (state <= JOINER) { + if (state <= UPDATEE) { QPID_LOG(trace, *this << " DROP: " << e); return; } -- cgit v1.2.1