diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-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 9c29f05c431..1e79be144c1 100644 --- a/cpp/src/Ice/ConnectionFactory.cpp +++ b/cpp/src/Ice/ConnectionFactory.cpp @@ -585,7 +585,7 @@ IceInternal::IncomingConnectionFactory::setState(State state) case StateHolding: { - if(_state != StateActive) // Can only switch from active to holding + if(_state != StateActive) // Can only switch from active to holding. { return; } |