From a2d7fd45b134ab9e7c28cb42e26a16fca29bbee3 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Mon, 24 May 2010 19:02:03 +0000 Subject: The cmake build caught my omission of this unused arg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947764 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp b/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp index b54eb19971..e5102ea4b0 100644 --- a/qpid/cpp/src/qpid/broker/SaslAuthenticator.cpp +++ b/qpid/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"); } -- cgit v1.2.1