summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/dispatcher/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/dispatcher/Server.cpp')
-rw-r--r--cpp/test/Ice/dispatcher/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/dispatcher/Server.cpp b/cpp/test/Ice/dispatcher/Server.cpp
index c231b212599..83efbff0d4d 100644
--- a/cpp/test/Ice/dispatcher/Server.cpp
+++ b/cpp/test/Ice/dispatcher/Server.cpp
@@ -45,6 +45,7 @@ main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
Ice::registerIceSSL(false);
+ Ice::registerIceWS(true);
#endif
int status;
try