diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-06-13 20:19:21 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-06-13 20:19:21 +0000 |
| commit | 27bb7c0831d93c7709430929ecb229f2753b039b (patch) | |
| tree | 6f59dfc543160b8b13f456e2faa74fd3e5e5ff2f /qpid/cpp/src | |
| parent | 97e2c0bf40f0876c7b609d4959a91fdc875fa295 (diff) | |
| download | qpid-python-27bb7c0831d93c7709430929ecb229f2753b039b.tar.gz | |
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@1492845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp b/qpid/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp index 368af28286..fa15c03b39 100644 --- a/qpid/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp +++ b/qpid/cpp/src/qpid/broker/windows/SslProtocolFactory.cpp @@ -125,7 +125,7 @@ static struct SslPlugin : public Plugin { boost::shared_ptr<SslProtocolFactory> protocol(new SslProtocolFactory(opts, options, broker->getTimer())); uint16_t port = protocol->listen(opts.listenInterfaces, - boost::lexical_cast<std::string>(opts.port), opts.connectionBacklog, + boost::lexical_cast<std::string>(options.port), opts.connectionBacklog, &createSocket); QPID_LOG(notice, "Listening for SSL connections on TCP port " << port); broker->registerTransport("ssl", protocol, protocol, port); |
