summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r--cpp/test/Ice/retry/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp
index 4383b163129..858b343bd0b 100644
--- a/cpp/test/Ice/retry/Client.cpp
+++ b/cpp/test/Ice/retry/Client.cpp
@@ -58,7 +58,7 @@ main(int argc, char* argv[])
initData2.properties = initData.properties->clone();
initData2.properties->setProperty("Ice.RetryIntervals", "0 1 10000");
initData2.observer = getObserver();
- Ice::CommunicatorHolder ich2 = Ice::initialize(initData2);
+ Ice::CommunicatorHolder ich2(initData2);
return run(argc, argv, ich.communicator(), ich2.communicator());
}
catch(const Ice::Exception& ex)