diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/TestI.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/TestI.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/IceSSL/configuration/TestI.cpp b/cpp/test/IceSSL/configuration/TestI.cpp index c49413d3fa1..28e1b4bb3ff 100644 --- a/cpp/test/IceSSL/configuration/TestI.cpp +++ b/cpp/test/IceSSL/configuration/TestI.cpp @@ -81,9 +81,7 @@ ServerFactoryI::createServer(const Test::Properties& props, const Current& curre initData.properties->setProperty(p->first, p->second); } - int argc = 0; - char* argv[] = { "" }; - CommunicatorPtr communicator = initialize(argc, argv, initData); + CommunicatorPtr communicator = initialize(initData); ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("ServerAdapter", "ssl"); ServerIPtr server = new ServerI(communicator); ObjectPrx obj = adapter->addWithUUID(server); |