From 0a52973ce569827357cfa9ac0a2e96c09ffbf7cc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 11 Feb 2013 16:07:16 +0100 Subject: Fixed ICE-5215: IPv6 support enabled by default --- cpp/src/Ice/Reference.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/Reference.cpp') diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index ae84b89ffc9..147ff3548e9 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -2041,7 +2041,7 @@ IceInternal::RoutableReference::filterEndpoints(const vector& allE // partition(), because otherwise some STL implementations // order our now randomized endpoints. // - stable_partition(endpoints.begin(), endpoints.end(), Ice::constMemFun(&EndpointI::secure)); + stable_partition(endpoints.begin(), endpoints.end(), Ice::constMemFun(&EndpointI::secure)); } else { -- cgit v1.2.3