summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ReplicaCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ReplicaCache.cpp')
-rw-r--r--cpp/src/IceGrid/ReplicaCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ReplicaCache.cpp b/cpp/src/IceGrid/ReplicaCache.cpp
index c04f680deba..cb4ace333da 100644
--- a/cpp/src/IceGrid/ReplicaCache.cpp
+++ b/cpp/src/IceGrid/ReplicaCache.cpp
@@ -104,7 +104,7 @@ ReplicaCache::remove(const string& name, bool shutdown)
{
try
{
- _nodes->replicaRemoved(entry->getSession()->getInternalRegistry());
+ _nodes->replicaRemoved(entry->getProxy());
}
catch(const Ice::ConnectionRefusedException&)
{