summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/hash/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/hash/Client.cpp')
-rw-r--r--cpp/test/Ice/hash/Client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/hash/Client.cpp b/cpp/test/Ice/hash/Client.cpp
index 6f6203dbdff..4167fe400ff 100644
--- a/cpp/test/Ice/hash/Client.cpp
+++ b/cpp/test/Ice/hash/Client.cpp
@@ -24,6 +24,7 @@ DEFINE_TEST("client")
int main(int argc, char** argv)
{
#ifdef ICE_STATIC_LIBS
+ Ice::registerIceUDP(true);
Ice::registerIceSSL(false);
#endif
cout << "testing proxy hash algorithm collisions... " << flush;