diff options
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 |