diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-17 13:20:58 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-17 13:20:58 +0000 |
commit | 9ff75a5104445c691aa5d659b88ea289dd6e3a39 (patch) | |
tree | 532b3ef052628d68c57855f8008da37c7dcfe1f2 /cpp/src/IceGrid/AdminSessionI.cpp | |
parent | Fixed bug 1674 (diff) | |
download | ice-9ff75a5104445c691aa5d659b88ea289dd6e3a39.tar.bz2 ice-9ff75a5104445c691aa5d659b88ea289dd6e3a39.tar.xz ice-9ff75a5104445c691aa5d659b88ea289dd6e3a39.zip |
Fixed bug 1671 and other minor fixes
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 |