summaryrefslogtreecommitdiff
path: root/cs/test/Ice/location/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/location/Server.cs')
-rwxr-xr-xcs/test/Ice/location/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/location/Server.cs b/cs/test/Ice/location/Server.cs
index bc19ac0b5fb..6a12a8de3be 100755
--- a/cs/test/Ice/location/Server.cs
+++ b/cs/test/Ice/location/Server.cs
@@ -19,7 +19,7 @@ public class Server
//
Ice.Properties properties = communicator.getProperties();
properties.setProperty("Ice.ThreadPool.Server.Size", "2");
- properties.setProperty("ServerManagerAdapter.Endpoints", "default -p 12010 -t 30000:udp");
+ properties.setProperty("Ice.OA.ServerManagerAdapter.Endpoints", "default -p 12010 -t 30000:udp");
Ice.ObjectAdapter adapter = communicator.createObjectAdapter("ServerManagerAdapter");