summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/WSTransceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/WSTransceiver.cpp')
-rw-r--r--cpp/src/Ice/WSTransceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/WSTransceiver.cpp b/cpp/src/Ice/WSTransceiver.cpp
index b9e8d716eab..ec2da6d6cd5 100644
--- a/cpp/src/Ice/WSTransceiver.cpp
+++ b/cpp/src/Ice/WSTransceiver.cpp
@@ -1470,7 +1470,7 @@ IceInternal::WSTransceiver::preWrite(Buffer& buf)
return false;
}
- assert(buf.i = buf.b.begin());
+ assert(buf.i == buf.b.begin());
prepareWriteHeader(OP_DATA, buf.b.size());
_writeState = WriteStatePayload;