From 26cf78cfa8faace0e9b8df00a5a20ae964236668 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 13 Jun 2013 20:19:21 +0000 Subject: QPID-4923: Windows C++ broker should use --ssl-port option to select ssl port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1492845 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/windows/SslProtocolFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp b/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp index 368af28286..fa15c03b39 100644 --- a/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp +++ b/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp @@ -125,7 +125,7 @@ static struct SslPlugin : public Plugin { boost::shared_ptr protocol(new SslProtocolFactory(opts, options, broker->getTimer())); uint16_t port = protocol->listen(opts.listenInterfaces, - boost::lexical_cast(opts.port), opts.connectionBacklog, + boost::lexical_cast(options.port), opts.connectionBacklog, &createSocket); QPID_LOG(notice, "Listening for SSL connections on TCP port " << port); broker->registerTransport("ssl", protocol, protocol, port); -- cgit v1.2.1