summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-05-02 14:23:15 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-05-02 14:23:15 +0200
commitdcfdcd3e1c6b963da2448889cd24469db6dffe20 (patch)
treee55333985a3d3554218034b9b70be4fe9f09fc80 /cpp/src
parentPython port, added tests to Ice/info (diff)
downloadice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.tar.bz2
ice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.tar.xz
ice-dcfdcd3e1c6b963da2448889cd24469db6dffe20.zip
Fixed ICE-4709, batch requests and UnmarshalOutOfBoundsException
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Incoming.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp
index cf09b21c8f6..4d95113c5f7 100644
--- a/cpp/src/Ice/Incoming.cpp
+++ b/cpp/src/Ice/Incoming.cpp
@@ -564,7 +564,7 @@ IceInternal::Incoming::invoke(const ServantManagerPtr& servantManager, BasicStre
catch(const UserException& ex)
{
Ice::EncodingVersion encoding = _is->skipEncaps(); // Required for batch requests.
-
+
if(_response)
{
_os.write(replyUserException);