summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-06-26 13:38:07 +0000
committerAlan Conway <aconway@apache.org>2012-06-26 13:38:07 +0000
commitc62a99d6b5490cbd2fd7e1842e22a12504791c48 (patch)
tree0a14b92444c08b136e6259fed81e8a35fe43e9d5 /cpp/src
parent8f3eef209c82c46e337813348a99baa5d5c136a3 (diff)
downloadqpid-python-c62a99d6b5490cbd2fd7e1842e22a12504791c48.tar.gz
NO-JIRA: Fix build error on windows, introduced in r1352992
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1354012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/windows/SaslAuthenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
index 1d026f730e..40e74be018 100644
--- a/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
+++ b/cpp/src/qpid/broker/windows/SaslAuthenticator.cpp
@@ -81,7 +81,7 @@ void SaslAuthenticator::fini(void)
return;
}
-std::auto_ptr<SaslAuthenticator> SaslAuthenticator::createAuthenticator(Connection& c, bool)
+std::auto_ptr<SaslAuthenticator> SaslAuthenticator::createAuthenticator(Connection& c)
{
if (c.getBroker().getOptions().auth) {
return std::auto_ptr<SaslAuthenticator>(new SspiAuthenticator(c));