X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Futils.c;h=8b83e34d3ebec3d7a09da378714676c1c5acc1ea;hb=b077002b88d6e941583641ccc73aefebdc3d3ef6;hp=580363a950dec0ee7f77afb1681c60f2880217b3;hpb=cc593def97b4f6f271fad15805b61c4773c4e30a;p=ppp.git diff --git a/pppd/utils.c b/pppd/utils.c index 580363a..8b83e34 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -17,7 +17,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#define RCSID "$Id: utils.c,v 1.14 2001/05/23 03:39:14 paulus Exp $" +#define RCSID "$Id: utils.c,v 1.15 2001/11/09 10:33:04 paulus Exp $" #include #include @@ -790,7 +790,7 @@ dump_packet(const char *tag, unsigned char *p, int len) return; } - dbglog("%s %P", tag, p - PPP_HDRLEN, len + PPP_HDRLEN); + dbglog("%s %P", tag, p, len); } /* Procedures for locking the serial device using a lock file. */