summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r--cpp/src/IceGrid/ServerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp
index c74f85af73b..9e652cebd4e 100644
--- a/cpp/src/IceGrid/ServerI.cpp
+++ b/cpp/src/IceGrid/ServerI.cpp
@@ -1975,7 +1975,7 @@ ServerI::terminated(const string& msg, int status)
{
try
{
- p->second->setDirectProxy(0);
+ p->second->setDirectProxy(0, Ice::emptyCurrent);
}
catch(const Ice::ObjectNotExistException&)
{