diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Server.cpp b/cpp/demo/Ice/throughput/Server.cpp index 76b9e958eb0..4dc49149c7f 100644 --- a/cpp/demo/Ice/throughput/Server.cpp +++ b/cpp/demo/Ice/throughput/Server.cpp @@ -30,7 +30,7 @@ main(int argc, char* argv[]) try { - Ice::PropertiesPtr properties = Ice::createProperties(argc, argv); + Ice::PropertiesPtr properties = Ice::createProperties(); properties->load("config"); communicator = Ice::initializeWithProperties(argc, argv, properties); status = run(argc, argv, communicator); |