summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/location/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/location/Server.cpp')
-rw-r--r--cpp/test/Ice/location/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/location/Server.cpp b/cpp/test/Ice/location/Server.cpp
index e141e427e07..e03b57c4270 100644
--- a/cpp/test/Ice/location/Server.cpp
+++ b/cpp/test/Ice/location/Server.cpp
@@ -24,7 +24,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator,
//
Ice::PropertiesPtr properties = communicator->getProperties();
properties->setProperty("Ice.ThreadPool.Server.Size", "2");
- properties->setProperty("ServerManager.Endpoints", "default -p 12010:udp");
+ properties->setProperty("Ice.OA.ServerManager.Endpoints", "default -p 12010:udp");
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("ServerManager");