diff options
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminSessionI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp index 37c2dea70bf..b30a1ecddf8 100644 --- a/cpp/src/IceGrid/AdminSessionI.cpp +++ b/cpp/src/IceGrid/AdminSessionI.cpp @@ -45,6 +45,7 @@ FileIteratorI::read(int size, Ice::StringSeq& lines, const Ice::Current& current os << ex; throw FileNotAvailableException(os.str()); } + return false; // Keep the compiler happy. } void |