summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/AcceptorI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-11-21 14:24:49 -0330
committerMatthew Newhook <matthew@zeroc.com>2014-11-21 14:24:49 -0330
commit0189cef575eabe5eafe814568eecbc7697327122 (patch)
tree42426670a3ef6d148612869f4ddf17aebe637c52 /cpp/src/IceSSL/AcceptorI.cpp
parentFixed setting of library.path in test and demo scripts (diff)
downloadice-0189cef575eabe5eafe814568eecbc7697327122.tar.bz2
ice-0189cef575eabe5eafe814568eecbc7697327122.tar.xz
ice-0189cef575eabe5eafe814568eecbc7697327122.zip
ICE-5938 OSX: ssl + test/Glacier2/staticFiltering fails
Diffstat (limited to 'cpp/src/IceSSL/AcceptorI.cpp')
-rw-r--r--cpp/src/IceSSL/AcceptorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/AcceptorI.cpp b/cpp/src/IceSSL/AcceptorI.cpp
index 8cdcde82366..0ca13794913 100644
--- a/cpp/src/IceSSL/AcceptorI.cpp
+++ b/cpp/src/IceSSL/AcceptorI.cpp
@@ -166,7 +166,7 @@ IceSSL::AcceptorI::accept()
// SSL handshaking is performed in TransceiverI::initialize, since
// accept must not block.
//
- return new TransceiverI(_instance, new IceInternal::StreamSocket(_instance, fd), "", _adapterName);
+ return new TransceiverI(_instance, new IceInternal::StreamSocket(_instance, fd), _adapterName, true);
}
string