diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-08-21 13:11:48 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-08-21 13:11:48 +0000 |
commit | 88454251d3356793b4f1cc6d3f07929280a012bd (patch) | |
tree | 84a663bceb5ecd363c294418ccd5fe6ef3d977c3 /cppe/src/IceE/ReferenceFactory.cpp | |
parent | Try loopback in client when no -h (diff) | |
download | ice-88454251d3356793b4f1cc6d3f07929280a012bd.tar.bz2 ice-88454251d3356793b4f1cc6d3f07929280a012bd.tar.xz ice-88454251d3356793b4f1cc6d3f07929280a012bd.zip |
Try loopback in client if no -h
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 1c07371db19..2bd51400b97 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(false); + vector<EndpointPtr> endps = endp->expand(); endpoints.insert(endpoints.end(), endps.begin(), endps.end()); } else |