From: Steinar H. Gunderson Date: Fri, 4 Feb 2005 00:52:30 +0000 (+0000) Subject: Change SDIN -> SDRQ, and we can keep a connection up! X-Git-Url: https://git.sesse.net/?p=rdpsrv;a=commitdiff_plain;h=9c9c2d9eddac59fb0379c09a9027aabf6f5a3b3c;ds=sidebyside Change SDIN -> SDRQ, and we can keep a connection up! --- diff --git a/mcs.c b/mcs.c index aa8e903..e369051 100644 --- a/mcs.c +++ b/mcs.c @@ -319,7 +319,7 @@ mcs_recv(uint16 * channel) appid = opcode >> 2; switch (appid) { - case MCS_SDIN: + case MCS_SDRQ: in_uint8s(s, 2); /* userid */ in_uint16_be(s, *channel); in_uint8s(s, 1); /* flags */