diff options
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index 60f99669911..09c2d4b7492 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -214,6 +214,7 @@ IceInternal::Outgoing::finished(BasicStream& is) _is.swap(is); Byte status; _is.read(status); + switch(static_cast<DispatchStatus>(status)) { case DispatchOK: |