diff options
Diffstat (limited to 'cpp/test/Ice/custom/Server.cpp')
-rw-r--r-- | cpp/test/Ice/custom/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/custom/Server.cpp b/cpp/test/Ice/custom/Server.cpp index f9dee7d284b..1b3f7402fd8 100644 --- a/cpp/test/Ice/custom/Server.cpp +++ b/cpp/test/Ice/custom/Server.cpp @@ -38,6 +38,7 @@ main(int argc, char** argv) { #ifdef ICE_STATIC_LIBS Ice::registerIceSSL(false); + Ice::registerIceWS(true); #endif int status; Ice::CommunicatorPtr communicator; |