From 888a7d9b4d896314a4515dfb0c9f172b87e0a1cd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 4 Jun 2010 15:39:01 +0000 Subject: Fixed sporadic failure of cluster_tests.py sasl_test - added missing initializer for cluster::Connection::inConnectionNegotiation - brokertest.py: fixed formatting of log excerpt in exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951452 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/cluster/Connection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/cluster/Connection.cpp b/qpid/cpp/src/qpid/cluster/Connection.cpp index 43a47930fd..9a8cab24a6 100644 --- a/qpid/cpp/src/qpid/cluster/Connection.cpp +++ b/qpid/cpp/src/qpid/cluster/Connection.cpp @@ -108,7 +108,8 @@ Connection::Connection(Cluster& c, sys::ConnectionOutputHandler& out, mcastFrameHandler(cluster.getMulticast(), self), updateIn(c.getUpdateReceiver()), secureConnection(0), - mcastSentButNotReceived(false) + mcastSentButNotReceived(false), + inConnectionNegotiation(true) { cluster.addLocalConnection(this); if (isLocalClient()) { -- cgit v1.2.1