summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-29 16:14:34 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-29 16:14:34 +0000
commit61bd0677a5696512209a662930dd233eca31d29e (patch)
tree69acd8bc13389a6397e5b9f321dd8d5126faf9fc /cpp/src/IceGrid/ServerCache.cpp
parentFixes (diff)
downloadice-61bd0677a5696512209a662930dd233eca31d29e.tar.bz2
ice-61bd0677a5696512209a662930dd233eca31d29e.tar.xz
ice-61bd0677a5696512209a662930dd233eca31d29e.zip
The default value for the adaper endpoints in the XML descriptors in now
"default"
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r--cpp/src/IceGrid/ServerCache.cpp2
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