diff options
Diffstat (limited to 'cpp/test/Ice/custom/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/custom/ServerAMD.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/custom/ServerAMD.cpp b/cpp/test/Ice/custom/ServerAMD.cpp index 1c3b3acc40f..0674a73474e 100644 --- a/cpp/test/Ice/custom/ServerAMD.cpp +++ b/cpp/test/Ice/custom/ServerAMD.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; |