diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-14 17:20:45 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-14 17:20:45 +0000 |
commit | 94837d3b73433306c094f47689dc6f6d9d8bdfdd (patch) | |
tree | 5948eb86aedda879f017af52517f633a056cbe1e /cppe/src/IceE/ReferenceFactory.cpp | |
parent | Added findAllReplicas to IceGrid::Query interface (diff) | |
download | ice-94837d3b73433306c094f47689dc6f6d9d8bdfdd.tar.bz2 ice-94837d3b73433306c094f47689dc6f6d9d8bdfdd.tar.xz ice-94837d3b73433306c094f47689dc6f6d9d8bdfdd.zip |
No -h in client-side endpoint means use loopback
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp index 2bd51400b97..1c07371db19 100644 --- a/cppe/src/IceE/ReferenceFactory.cpp +++ b/cppe/src/IceE/ReferenceFactory.cpp @@ -476,7 +476,7 @@ IceInternal::ReferenceFactory::create(const string& str) EndpointPtr endp = _instance->endpointFactory()->create(es); if(endp != 0) { - vector<EndpointPtr> endps = endp->expand(); + vector<EndpointPtr> endps = endp->expand(false); endpoints.insert(endpoints.end(), endps.begin(), endps.end()); } else |