summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2010-05-24 19:02:03 +0000
committerMichael Goulish <mgoulish@apache.org>2010-05-24 19:02:03 +0000
commit98a5e01b58a15131000a571c42ae7acc23c057a9 (patch)
tree87e2dd6eb4ae74e939bed95d269ce61c6de08a4a /cpp
parenteea5b4249f8fc18779a7d93ac118b60c37ab2c82 (diff)
downloadqpid-python-98a5e01b58a15131000a571c42ae7acc23c057a9.tar.gz
The cmake build caught my omission of this unused arg.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@947764 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/broker/SaslAuthenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SaslAuthenticator.cpp b/cpp/src/qpid/broker/SaslAuthenticator.cpp
index b54eb19971..e5102ea4b0 100644
--- a/cpp/src/qpid/broker/SaslAuthenticator.cpp
+++ b/cpp/src/qpid/broker/SaslAuthenticator.cpp
@@ -127,7 +127,7 @@ bool SaslAuthenticator::available(void) {
return false;
}
-void SaslAuthenticator::init(const std::string& /*saslName*/)
+void SaslAuthenticator::init(const std::string& /*saslName*/, std::string const & /*saslConfigPath*/ )
{
throw Exception("Requested authentication but SASL unavailable");
}