diff options
Diffstat (limited to 'cpp/test/Ice/custom/Server.cpp')
-rw-r--r-- | cpp/test/Ice/custom/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/Server.cpp b/cpp/test/Ice/custom/Server.cpp index 05d8c9a227e..334d6631310 100644 --- a/cpp/test/Ice/custom/Server.cpp +++ b/cpp/test/Ice/custom/Server.cpp @@ -34,7 +34,7 @@ main(int argc, char** argv) try { Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv); - properties->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000"); + properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000"); communicator = Ice::initialize(argc, argv); status = run(argc, argv, communicator); |