From f07afa100b0270e504771b6cf2f280118930af43 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:40:03 +0000 Subject: [PATCH 1/1] debugging --- pppd/demand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2