From 5bcbc0d717aa7c9b3b2970108b889a846dfe8fe4 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 15 Nov 2017 20:02:25 -0600 Subject: [PATCH] Incorrect locking in client monitor --- src/remoteClient/clientContextImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {