diff options
Diffstat (limited to 'cpp/test/IceGrid/update/Client.cpp')
-rw-r--r-- | cpp/test/IceGrid/update/Client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/update/Client.cpp b/cpp/test/IceGrid/update/Client.cpp index 4e4c921ec05..c2dc6eac0b1 100644 --- a/cpp/test/IceGrid/update/Client.cpp +++ b/cpp/test/IceGrid/update/Client.cpp @@ -26,10 +26,11 @@ main(int argc, char* argv[]) { int status; Ice::CommunicatorPtr communicator; - try { + communicator = Ice::initialize(argc, argv); + communicator->getProperties()->parseCommandLineOptions("", Ice::argsToStringSeq(argc, argv)); status = run(argc, argv, communicator); } catch(const Ice::Exception& ex) |