diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 571058bc2dc..441e69ef7bb 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1336,6 +1336,7 @@ IceDelegateD::Ice::Object::__initCurrent(Current& current, const string& op, Ope current.operation = op; current.mode = mode; current.ctx = context; + current.requestId = -1; } void |