summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerAdapterI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-07-25 17:25:58 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-07-25 17:25:58 +0000
commit95779a66eb32286140dec13a1641f5723d322168 (patch)
treedd86f141a0460bfa7746bc563cde037eedd7cd84 /cpp/src/IceGrid/ServerAdapterI.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1189 (diff)
downloadice-95779a66eb32286140dec13a1641f5723d322168.tar.bz2
ice-95779a66eb32286140dec13a1641f5723d322168.tar.xz
ice-95779a66eb32286140dec13a1641f5723d322168.zip
More replication work.
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.cpp')
-rw-r--r--cpp/src/IceGrid/ServerAdapterI.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.cpp b/cpp/src/IceGrid/ServerAdapterI.cpp
index 5ae4619e327..d00f721cdd9 100644
--- a/cpp/src/IceGrid/ServerAdapterI.cpp
+++ b/cpp/src/IceGrid/ServerAdapterI.cpp
@@ -151,6 +151,9 @@ ServerAdapterI::setDirectProxy(const Ice::ObjectPrx& prx, const Ice::Current&)
}
catch(const Ice::LocalException&)
{
+ //
+ // Expected if the master IceGrid registry is down.
+ //
}
}
}