summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Connection.cpp')
-rw-r--r--cpp/src/Ice/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp
index 044c36f549f..9a57f741ece 100644
--- a/cpp/src/Ice/Connection.cpp
+++ b/cpp/src/Ice/Connection.cpp
@@ -274,7 +274,7 @@ IceInternal::Connection::flushBatchRequest(bool comp)
//
// Change message type.
//
- _batchStream.b[2] = compressedRequestMsg;
+ _batchStream.b[2] = compressedRequestBatchMsg;
//
// Do compression.