diff options
Diffstat (limited to 'cpp/src/Ice/ConnectRequestHandler.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectRequestHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectRequestHandler.cpp b/cpp/src/Ice/ConnectRequestHandler.cpp index 41c06017486..7066e8eb84e 100644 --- a/cpp/src/Ice/ConnectRequestHandler.cpp +++ b/cpp/src/Ice/ConnectRequestHandler.cpp @@ -281,7 +281,7 @@ ConnectRequestHandler::getConnection(bool waitInit) if(_exception.get()) { _exception->ice_throw(); - return false; // Keep the compiler happy. + return 0; // Keep the compiler happy. } else { |