diff options
Diffstat (limited to 'python/test/Ice/binding/Server.py')
-rwxr-xr-x | python/test/Ice/binding/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/binding/Server.py b/python/test/Ice/binding/Server.py index ace8c09fbd5..d16f7e95129 100755 --- a/python/test/Ice/binding/Server.py +++ b/python/test/Ice/binding/Server.py @@ -15,7 +15,7 @@ Ice.loadSlice('Test.ice') import Test, TestI def run(args, communicator): - communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp") + communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010") adapter = communicator.createObjectAdapter("TestAdapter") id = Ice.stringToIdentity("communicator") adapter.add(TestI.RemoteCommunicatorI(), id) |