X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fdemand.c;h=17a35ef3dda004649b8d28dedb8ab506cd38878d;hb=7a4dc0ff500aaa176a41965d8d4ad15a97a70904;hp=cbd8980b2288537df7028e3bcd0e5b5c710b5c78;hpb=e0b13abaf14522d416083cf0ac45390b52549d58;p=ppp.git diff --git a/pppd/demand.c b/pppd/demand.c index cbd8980..17a35ef 100644 --- a/pppd/demand.c +++ b/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.7 1997/11/27 06:08:26 paulus Exp $"; +static char rcsid[] = "$Id: demand.c,v 1.8 1999/03/16 03:15:14 paulus Exp $"; #endif #include @@ -26,7 +26,6 @@ static char rcsid[] = "$Id: demand.c,v 1.7 1997/11/27 06:08:26 paulus Exp $"; #include #include #include -#include #include #include #include @@ -262,7 +261,7 @@ loop_frame(frame, len) { struct packet *pkt; - /* log_packet(frame, len, "from loop: ", LOG_DEBUG); */ + /* dbglog("from loop: %P", frame, len); */ if (len < PPP_HDRLEN) return 0; if ((PPP_PROTOCOL(frame) & 0x8000) != 0)