]> git.sesse.net Git - rdpsrv/blobdiff - mcs.c
Send SDIN and not SDRQ, and we can send bitmap updates!
[rdpsrv] / mcs.c
diff --git a/mcs.c b/mcs.c
index ff2dfdb0cfe6ed1a13b79d481b281eda5d77f862..d1cbf8c004be9ab4198d71a0cb0f684dc517392f 100644 (file)
--- a/mcs.c
+++ b/mcs.c
@@ -288,7 +288,7 @@ mcs_send_to_channel(STREAM s, uint16 channel)
        length = s->end - s->p - 8;
        length |= 0x8000;
 
-       out_uint8(s, (MCS_SDRQ << 2));
+       out_uint8(s, (MCS_SDIN << 2));
        out_uint16_be(s, g_mcs_userid);
        out_uint16_be(s, channel);
        out_uint8(s, 0x70);     /* flags */