From d54bb060ea3726fabe60d454f1a3d69ad5d8e687 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Feb 2012 15:05:24 +0100 Subject: ICE-3590 - localhost vs. 127.0.0.1 --- cpp/src/Glacier2Lib/SessionHelper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/Glacier2Lib/SessionHelper.cpp') diff --git a/cpp/src/Glacier2Lib/SessionHelper.cpp b/cpp/src/Glacier2Lib/SessionHelper.cpp index efacc6e7727..bc3d471aa37 100644 --- a/cpp/src/Glacier2Lib/SessionHelper.cpp +++ b/cpp/src/Glacier2Lib/SessionHelper.cpp @@ -794,7 +794,7 @@ SessionHelperI::dispatchCallbackAndWait(const Ice::DispatcherCallPtr& call, cons } Glacier2::SessionFactoryHelper::SessionFactoryHelper(const SessionCallbackPtr& callback) : - _routerHost("127.0.0.1"), + _routerHost("localhost"), _secure(true), _port(0), _timeout(10000), @@ -808,7 +808,7 @@ Glacier2::SessionFactoryHelper::SessionFactoryHelper(const SessionCallbackPtr& c Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::InitializationData& initData, const SessionCallbackPtr& callback) : - _routerHost("127.0.0.1"), + _routerHost("localhost"), _secure(true), _port(0), _timeout(10000), @@ -825,7 +825,7 @@ Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::InitializationDa } Glacier2::SessionFactoryHelper::SessionFactoryHelper(const Ice::PropertiesPtr& properties, const SessionCallbackPtr& callback) : - _routerHost("127.0.0.1"), + _routerHost("localhost"), _secure(true), _port(0), _timeout(10000), -- cgit v1.2.3