From 6f817e7c800c5d814b9cffd3399ad5db4dcb44da 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@740128 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/cluster/Cluster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/cluster/Cluster.cpp b/qpid/cpp/src/qpid/cluster/Cluster.cpp index 09135a3b52..6a19b8e4ea 100644 --- a/qpid/cpp/src/qpid/cluster/Cluster.cpp +++ b/qpid/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