From 155a11b568bfd2164228f9ef164c10a36643c19b Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Thu, 5 Jan 2012 14:56:52 +0000 Subject: QPID-3438 Remove unnecessary changes to broker. The cluster code does not really need to know that the cnx error was due to auth failure. Any failure before the cnx has opened should cause the cnx to be removed from the 'local' map, or a cnx leak will occur. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1227616 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Connection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/qpid/broker/Connection.cpp') diff --git a/cpp/src/qpid/broker/Connection.cpp b/cpp/src/qpid/broker/Connection.cpp index 9df49b3ff1..8451f35cb0 100644 --- a/cpp/src/qpid/broker/Connection.cpp +++ b/cpp/src/qpid/broker/Connection.cpp @@ -100,8 +100,7 @@ Connection::Connection(ConnectionOutputHandler* out_, errorListener(0), objectId(objectId_), shadow(shadow_), - outboundTracker(*this), - securityFailed(false) + outboundTracker(*this) { outboundTracker.wrap(out); if (isLink) -- cgit v1.2.1