diff options
Diffstat (limited to 'python/test/Ice/faultTolerance/Server.py')
-rwxr-xr-x | python/test/Ice/faultTolerance/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/faultTolerance/Server.py b/python/test/Ice/faultTolerance/Server.py index 684f9933802..d605afae783 100755 --- a/python/test/Ice/faultTolerance/Server.py +++ b/python/test/Ice/faultTolerance/Server.py @@ -50,7 +50,7 @@ def run(args, communicator): usage(args[0]) return False - endpts = "default -p " + str(port) + ":udp" + endpts = "default -p " + str(port) communicator.getProperties().setProperty("TestAdapter.Endpoints", endpts) adapter = communicator.createObjectAdapter("TestAdapter") object = TestI() |