diff options
Diffstat (limited to 'cpp/test/Ice/custom/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/custom/ServerAMD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/ServerAMD.cpp b/cpp/test/Ice/custom/ServerAMD.cpp index d6fea972523..cbff3c10912 100644 --- a/cpp/test/Ice/custom/ServerAMD.cpp +++ b/cpp/test/Ice/custom/ServerAMD.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); |