diff options
| author | Michael Goulish <mgoulish@apache.org> | 2012-01-05 14:56:52 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2012-01-05 14:56:52 +0000 |
| commit | 155a11b568bfd2164228f9ef164c10a36643c19b (patch) | |
| tree | 485ffc501cec50b80146bf2e449d9b279d663f06 /cpp/src/qpid/broker/Connection.cpp | |
| parent | b1e3448bfac70298654d0796b5ab89c75e43a0f6 (diff) | |
| download | qpid-python-155a11b568bfd2164228f9ef164c10a36643c19b.tar.gz | |
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
Diffstat (limited to 'cpp/src/qpid/broker/Connection.cpp')
| -rw-r--r-- | cpp/src/qpid/broker/Connection.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
