diff options
Diffstat (limited to 'cpp/test/Ice/info/Server.cpp')
-rw-r--r-- | cpp/test/Ice/info/Server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/test/Ice/info/Server.cpp b/cpp/test/Ice/info/Server.cpp index 9be2f498b35..a3aae5a6cf6 100644 --- a/cpp/test/Ice/info/Server.cpp +++ b/cpp/test/Ice/info/Server.cpp @@ -16,7 +16,6 @@ int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12010:udp -p 12010"); - communicator->getProperties()->setProperty("TestAdapter.PublishedEndpoints", ""); Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter"); adapter->add(new TestI, communicator->stringToIdentity("test")); adapter->activate(); |