diff options
Diffstat (limited to 'cpp/test/Ice/udp/Server.cpp')
-rw-r--r-- | cpp/test/Ice/udp/Server.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/test/Ice/udp/Server.cpp b/cpp/test/Ice/udp/Server.cpp index cdf1427e1fd..ba6618b8c3d 100644 --- a/cpp/test/Ice/udp/Server.cpp +++ b/cpp/test/Ice/udp/Server.cpp @@ -40,11 +40,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) string endpoint; if(properties->getProperty("Ice.IPv6") == "1") { -#if defined(__APPLE__) - endpoint = "udp -h \"ff02::1:1\" -p 12020 --interface \"lo0\""; -#else - endpoint = "udp -h \"ff01::1:1\" -p 12020"; -#endif + endpoint = "udp -h \"ff15::1:1\" -p 12020"; } else { |