diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index 8e38f837418..6eec5db224e 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -170,7 +170,7 @@ ServerCache::addCommunicator(const CommunicatorDescriptorPtr& comm, const Server info.type = r->type; if(q->id.empty()) { - const string edpts = IceGrid::getProperty(comm->propertySet, q->name + ".Endpoints"); + const string edpts = IceGrid::getProperty(comm->propertySet.properties, q->name + ".Endpoints"); info.proxy = _communicator->stringToProxy(_communicator->identityToString(r->id) + ":" + edpts); } else |