diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-17 12:11:28 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-17 12:11:28 +0000 |
| commit | 825b81a14b54f02ebe415366ac66205b00429ab5 (patch) | |
| tree | 25cac1136fbad34eac97754f511230bfab9676ba | |
| parent | 3e298ab616597ab3eb6f8859b72651a8b67505b0 (diff) | |
| download | qpid-python-825b81a14b54f02ebe415366ac66205b00429ab5.tar.gz | |
Changed default port for SSL
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705575 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/src/qpid/sys/SslPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/SslPlugin.cpp b/qpid/cpp/src/qpid/sys/SslPlugin.cpp index f5111fff6a..ee272830e1 100644 --- a/qpid/cpp/src/qpid/sys/SslPlugin.cpp +++ b/qpid/cpp/src/qpid/sys/SslPlugin.cpp @@ -42,7 +42,7 @@ struct SslServerOptions : ssl::SslOptions uint16_t port; bool clientAuth; - SslServerOptions() : port(5673), + SslServerOptions() : port(5671), clientAuth(false) { addOptions() |
