diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-03-14 14:34:00 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-03-14 14:34:00 +0100 |
commit | d83b1a9548833642b0c13918880bf16af0697c9d (patch) | |
tree | 192108c34f3e6a16ab9ff740b7737d336cf9b3ba /cpp/test/Ice/networkProxy/Client.cpp | |
parent | Added new ctors to Ice::CommunicatorHolder (diff) | |
download | ice-d83b1a9548833642b0c13918880bf16af0697c9d.tar.bz2 ice-d83b1a9548833642b0c13918880bf16af0697c9d.tar.xz ice-d83b1a9548833642b0c13918880bf16af0697c9d.zip |
Fixed testing of static builds
Diffstat (limited to 'cpp/test/Ice/networkProxy/Client.cpp')
-rw-r--r-- | cpp/test/Ice/networkProxy/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/networkProxy/Client.cpp b/cpp/test/Ice/networkProxy/Client.cpp index 9fc5cf00793..97a854d2206 100644 --- a/cpp/test/Ice/networkProxy/Client.cpp +++ b/cpp/test/Ice/networkProxy/Client.cpp @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); #endif try |