From a9d7d296618f319ab77c942a83285b9009157eae Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 16 Apr 1999 11:35:43 +0000 Subject: [PATCH] fix printing of callback --- pppd/lcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/lcp.c b/pppd/lcp.c index 1ee727f..73f310d 100644 --- a/pppd/lcp.c +++ b/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.37 1999/03/19 01:24:56 paulus Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.38 1999/04/16 11:35:43 paulus Exp $"; #endif /* @@ -1724,7 +1724,7 @@ lcp_printpkt(p, plen, printer, arg) if (olen >= CILEN_CHAR) { p += 2; printer(arg, "callback "); - GETSHORT(cishort, p); + GETCHAR(cishort, p); switch (cishort) { case CBCP_OPT: printer(arg, "CBCP"); -- 2.39.5