summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/simple/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/simple/Server.cpp')
-rw-r--r--cpp/test/IceGrid/simple/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/simple/Server.cpp b/cpp/test/IceGrid/simple/Server.cpp
index 2eeeac34ef6..57f57c582f9 100644
--- a/cpp/test/IceGrid/simple/Server.cpp
+++ b/cpp/test/IceGrid/simple/Server.cpp
@@ -50,6 +50,7 @@ main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
Ice::registerIceSSL(false);
+ Ice::registerIceWS(true);
#endif
Server app;
int rc = app.main(argc, argv);