diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-12-03 18:05:25 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-12-03 18:05:25 +0100 |
commit | 0fb8313ebdb85fd5e3659cf61171a32265206286 (patch) | |
tree | 45b18cf06ed3dd8bfa017df21e91bdcf43703c9b /cpp/src/IceStorm/Subscriber.cpp | |
parent | ICE-5016 ruby not working against installer (diff) | |
download | ice-0fb8313ebdb85fd5e3659cf61171a32265206286.tar.bz2 ice-0fb8313ebdb85fd5e3659cf61171a32265206286.tar.xz ice-0fb8313ebdb85fd5e3659cf61171a32265206286.zip |
Fixed ICE-5051 - Fixed IceStorm hang caused by bogus begin_ice_invoke callback logic
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.cpp')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.cpp b/cpp/src/IceStorm/Subscriber.cpp index 95ea74c6265..fbee646600b 100644 --- a/cpp/src/IceStorm/Subscriber.cpp +++ b/cpp/src/IceStorm/Subscriber.cpp @@ -828,7 +828,7 @@ Subscriber::error(bool dec, const Ice::Exception& e) _events.clear(); setState(SubscriberStateOffline); } - // Errored out. + // Errored out. else if(_state < SubscriberStateError) { _events.clear(); |