From 89e78d7e87eafabcf611891e031fc6efee243109 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 5 Feb 2005 03:36:53 +0000 Subject: [PATCH] Fix another length. --- mcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs.c b/mcs.c index c7f1ceb..10828f9 100644 --- a/mcs.c +++ b/mcs.c @@ -302,7 +302,7 @@ mcs_send_aucf(uint16 mcs_userid) { STREAM s; - s = iso_init(5); + s = iso_init(4); out_uint8(s, (MCS_AUCF << 2) | 2); // | 2 = send user ID out_uint8(s, 0); // success -- 2.39.2