diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index 82bdbaba1e2..c97d5cb3d16 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -501,7 +501,7 @@ Outgoing::completed(InputStream& is) ex->id = ident; ex->facet = facet; ex->operation = operation; - ICE_RESET_EXCEPTION(_exception, ex->ice_clone()); + ICE_RESET_EXCEPTION(_exception, ex); _state = StateLocalException; // The state must be set last, in case there is an exception. break; } |