diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index d3790b5..da79f38 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -2241,7 +2241,7 @@ public: control->startMessage((int8)CMD_MONITOR, 9); buffer->putInt(m_channel->getServerChannelID()); buffer->putInt(m_ioid); - buffer->putByte((int8)m_pendingRequest); + buffer->putByte((int8)pendingRequest); if (pendingRequest & QOS_INIT) {