diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp index 93615e6e4ba..c7f331f81e1 100644 --- a/cpp/src/Ice/Connection.cpp +++ b/cpp/src/Ice/Connection.cpp @@ -1104,8 +1104,8 @@ IceInternal::Connection::message(BasicStream& stream, const ThreadPoolPtr& threa catch(const LocalException& ex) { IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this); - threadPool->promoteFollower(); setState(StateClosed, ex); + threadPool->promoteFollower(); return; } |