diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp index 41c7dd448c6..d57359cfd72 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -1606,7 +1606,7 @@ IceInternal::IncomingConnectionFactory::finished(ThreadPoolCurrent&, bool close) return; } - assert(_state == StateClosed); + assert(_state >= StateClosed); setState(StateFinished); if(close) |