summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Subscriber.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-12-03 18:05:25 +0100
committerBenoit Foucher <benoit@zeroc.com>2012-12-03 18:05:25 +0100
commit0fb8313ebdb85fd5e3659cf61171a32265206286 (patch)
tree45b18cf06ed3dd8bfa017df21e91bdcf43703c9b /cpp/src/IceStorm/Subscriber.cpp
parentICE-5016 ruby not working against installer (diff)
downloadice-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.cpp2
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();