summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ConnectorI.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/ConnectorI.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/ConnectorI.cpp')
-rw-r--r--cpp/src/IceSSL/ConnectorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ConnectorI.cpp b/cpp/src/IceSSL/ConnectorI.cpp
index a31b25fee01..81fa1d77e0a 100644
--- a/cpp/src/IceSSL/ConnectorI.cpp
+++ b/cpp/src/IceSSL/ConnectorI.cpp
@@ -40,7 +40,7 @@ IceSSL::ConnectorI::connect()
}
IceInternal::StreamSocketPtr stream = new IceInternal::StreamSocket(_instance, _proxy, _addr, _sourceAddr);
- return new TransceiverI(_instance, stream, _host, "");
+ return new TransceiverI(_instance, stream, _host, false);
}
Short