summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceStorm/TwowayProxy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/TwowayProxy.cpp b/cpp/src/IceStorm/TwowayProxy.cpp
index 213011d44dd..24d29dc0493 100644
--- a/cpp/src/IceStorm/TwowayProxy.cpp
+++ b/cpp/src/IceStorm/TwowayProxy.cpp
@@ -152,6 +152,7 @@ IceStorm::OrderedTwowayProxy::publish(const EventPtr& event)
catch(const Ice::LocalException& ex)
{
exception(ex);
+ throw;
}
}