From: Paul Mackerras Date: Wed, 28 Aug 1996 06:40:03 +0000 (+0000) Subject: debugging X-Git-Tag: RELEASE_2_3_6~361 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f07afa100b0270e504771b6cf2f280118930af43;ds=sidebyside debugging --- diff --git a/pppd/demand.c b/pppd/demand.c index f35c531..17750c8 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.4 1996/07/01 01:12:52 paulus Exp $"; +static char rcsid[] = "$Id: demand.c,v 1.5 1996/08/28 06:40:03 paulus Exp $"; #endif #include @@ -254,6 +254,7 @@ loop_frame(frame, len) { struct packet *pkt; + /* log_packet(frame, len, "from loop: "); */ if (len < PPP_HDRLEN) return 0; if ((PPP_PROTOCOL(frame) & 0x8000) != 0)