summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/binding/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/binding/Server.cpp')
-rw-r--r--cpp/test/Ice/binding/Server.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/binding/Server.cpp b/cpp/test/Ice/binding/Server.cpp
index 75edfceca24..11314a3f517 100644
--- a/cpp/test/Ice/binding/Server.cpp
+++ b/cpp/test/Ice/binding/Server.cpp
@@ -81,6 +81,8 @@ main(int argc, char* argv[])
{
#ifdef ICE_STATIC_LIBS
Ice::registerIceSSL(false);
+ Ice::registerIceWS(true);
+ Ice::registerIceUDP(true);
#endif
try
{