]> git.sesse.net Git - rdpsrv/commitdiff
Change SDIN -> SDRQ, and we can keep a connection up!
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Feb 2005 00:52:30 +0000 (00:52 +0000)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 4 Feb 2005 00:52:30 +0000 (00:52 +0000)
mcs.c

diff --git a/mcs.c b/mcs.c
index aa8e90357d71fd4616d7300154c2fb339398fc54..e3690516e9fb75ec8a4cb244c9f25d8a5d7a97ac 100644 (file)
--- a/mcs.c
+++ b/mcs.c
@@ -319,7 +319,7 @@ mcs_recv(uint16 * channel)
        appid = opcode >> 2;
 
        switch (appid) {
        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 */
                in_uint8s(s, 2);        /* userid */
                in_uint16_be(s, *channel);
                in_uint8s(s, 1);        /* flags */