diff options
Diffstat (limited to 'py/demo/Ice/throughput/Server.py')
-rw-r--r-- | py/demo/Ice/throughput/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/throughput/Server.py b/py/demo/Ice/throughput/Server.py index 9f03be11d3b..cfedb74b425 100644 --- a/py/demo/Ice/throughput/Server.py +++ b/py/demo/Ice/throughput/Server.py @@ -101,7 +101,7 @@ class Server(Ice.Application): adapter.add(ThroughputI(), self.communicator().stringToIdentity("throughput")) adapter.activate() self.communicator().waitForShutdown() - return True + return 0 app = Server() sys.exit(app.main(sys.argv, "config.server")) |