summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SaslAuthenticator.cpp
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2012-01-05 14:56:52 +0000
committerMichael Goulish <mgoulish@apache.org>2012-01-05 14:56:52 +0000
commit155a11b568bfd2164228f9ef164c10a36643c19b (patch)
tree485ffc501cec50b80146bf2e449d9b279d663f06 /cpp/src/qpid/broker/SaslAuthenticator.cpp
parentb1e3448bfac70298654d0796b5ab89c75e43a0f6 (diff)
downloadqpid-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/SaslAuthenticator.cpp')
-rw-r--r--cpp/src/qpid/broker/SaslAuthenticator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SaslAuthenticator.cpp b/cpp/src/qpid/broker/SaslAuthenticator.cpp
index 54692a2781..d7adbd68ab 100644
--- a/cpp/src/qpid/broker/SaslAuthenticator.cpp
+++ b/cpp/src/qpid/broker/SaslAuthenticator.cpp
@@ -450,7 +450,6 @@ void CyrusAuthenticator::processAuthenticationStep(int code, const char *challen
client.secure(challenge_str);
} else {
- connection.securityFailure ( true );
std::string uid;
//save error detail before trying to retrieve username as error in doing so will overwrite it
std::string errordetail = sasl_errdetail(sasl_conn);