From 61bd0677a5696512209a662930dd233eca31d29e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 29 May 2006 16:14:34 +0000 Subject: The default value for the adaper endpoints in the XML descriptors in now "default" --- cpp/src/IceGrid/ServerCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ServerCache.cpp') 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 -- cgit v1.2.3