diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index dd94ec2feda..4901b6752b4 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -98,6 +98,7 @@ CheckUpdateResult::getResult() os << ex; throw NodeUnreachableException(_node, os.str()); } + return false; } ServerCache::ServerCache(const Ice::CommunicatorPtr& communicator, |