From 9c9c2d9eddac59fb0379c09a9027aabf6f5a3b3c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 4 Feb 2005 00:52:30 +0000 Subject: [PATCH 1/1] Change SDIN -> SDRQ, and we can keep a connection up! --- mcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2