diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index 271a75c..63057c4 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -4786,7 +4786,7 @@ public: } virtual void send(ByteBuffer* buffer, TransportSendControl* control) OVERRIDE FINAL { - control->startMessage((int8)17, 8); + control->startMessage((int8)CMD_GET_FIELD, 8); buffer->putInt(m_channel->getServerChannelID()); buffer->putInt(m_ioid); SerializeHelper::serializeString(m_subField, buffer, control);