diff options
Diffstat (limited to 'cpp/src/Ice/Outgoing.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 58902503b48..c51c921f3c6 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -254,7 +254,7 @@ IceInternal::Outgoing::finished(BasicStream& is) Identity ident; ident.__read(&_is); ObjectNotExistException* ex = new ObjectNotExistException(__FILE__, __LINE__); - ex->identity = ident; + ex->id = ident; _exception = auto_ptr<LocalException>(ex); break; } |