diff options
Diffstat (limited to 'cpp/test/Ice/proxy/Client.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/proxy/Client.cpp b/cpp/test/Ice/proxy/Client.cpp index 673fea82cd0..9d58f1c3279 100644 --- a/cpp/test/Ice/proxy/Client.cpp +++ b/cpp/test/Ice/proxy/Client.cpp @@ -30,9 +30,9 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); # if defined(__linux) - Ice::registerIceBT(); + Ice::registerIceBT(false); # endif #endif |