summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/Client.cpp')
-rw-r--r--cpp/test/Ice/background/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/background/Client.cpp b/cpp/test/Ice/background/Client.cpp
index 304595228f8..4daa3fe7572 100644
--- a/cpp/test/Ice/background/Client.cpp
+++ b/cpp/test/Ice/background/Client.cpp
@@ -40,6 +40,7 @@ main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
Ice::registerIceSSL(false);
+ Ice::registerIceWS(true);
Ice::registerPluginFactory("Test", createTestTransport, false);
#endif