This commit is contained in:
Michael Davidsaver
2019-04-15 11:36:01 -07:00
parent 31a7b66575
commit a697008f13

View File

@@ -1514,7 +1514,7 @@ void BlockingServerTCPTransportCodec::send(ByteBuffer* buffer,
buffer->putByte(
0x01 | 0x40 | ((EPICS_BYTE_ORDER == EPICS_ENDIAN_BIG)
? 0x80 : 0x00)); // control + server + endian
buffer->putByte(2); // set byte order
buffer->putByte(CMD_SET_ENDIANESS); // set byte order
buffer->putInt(0);