diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index c04f6f45b22..939cfc61f69 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -1499,7 +1499,7 @@ IceInternal::RoutableReference::getConnectionNoRouterInfo(const GetConnectionCal { try { - throw; + exc.ice_throw(); } catch(const Ice::NoEndpointException& ex) { |