From: Paul Mackerras Date: Fri, 16 Apr 1999 11:35:43 +0000 (+0000) Subject: fix printing of callback X-Git-Tag: ppp-2.4.7~735 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=a9d7d296618f319ab77c942a83285b9009157eae;p=ppp.git fix printing of callback --- 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");