diff options
Diffstat (limited to 'cpp/test/Ice/binding/Client.cpp')
-rw-r--r-- | cpp/test/Ice/binding/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/binding/Client.cpp b/cpp/test/Ice/binding/Client.cpp index 6995b6af5d1..89654fe604f 100644 --- a/cpp/test/Ice/binding/Client.cpp +++ b/cpp/test/Ice/binding/Client.cpp @@ -27,9 +27,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 |