Incorrect locking in client monitor

This commit is contained in:
Michael Davidsaver
2017-11-15 20:02:25 -06:00
parent 2f0bb7d448
commit 5bcbc0d717

View File

@@ -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)
{