diff options
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index 1588adf048e..0da4ad89209 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -56,7 +56,7 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st case Reference::ModeTwoway: case Reference::ModeOneway: { - _stream.writeBlob(&(_connection->getRequestHeader()[0]), headerSize + sizeof(Int)); + _stream.writeBlob(requestHdr, sizeof(requestHdr)); break; } |