Author: aconway
Date: Mon Feb 2 22:18:04 2009
New Revision: 740128
URL: http://svn.apache.org/viewvc?rev=740128&view=rev
Log:
Fix bug in frame drop logic.
Modified:
qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp?rev=740128&r1=740127&r2=740128&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp Mon Feb 2 22:18:04 2009
@@ -209,7 +209,7 @@
Buffer buf(const_cast<char*>(e.getData()), e.getSize());
boost::intrusive_ptr<Connection> connection;
if (e.isConnection()) {
- if (state <= JOINER) {
+ if (state <= UPDATEE) {
QPID_LOG(trace, *this << " DROP: " << e);
return;
}
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]