diff options
Diffstat (limited to 'cpp/test/Ice/servantLocator/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/servantLocator/ServerAMD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/servantLocator/ServerAMD.cpp b/cpp/test/Ice/servantLocator/ServerAMD.cpp index 08e842d665e..5e1730395d5 100644 --- a/cpp/test/Ice/servantLocator/ServerAMD.cpp +++ b/cpp/test/Ice/servantLocator/ServerAMD.cpp @@ -108,7 +108,7 @@ int main(int argc, char* argv[]) { #ifdef ICE_STATIC_LIBS - Ice::registerIceSSL(); + Ice::registerIceSSL(false); #endif try { |