summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/Server.cpp')
-rw-r--r--cpp/test/Ice/custom/Server.cpp1
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;