X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-sunos4.c;h=75e2120fc39ae1a3ae9c8ea0ee8891ae22141fae;hb=e59b06f904eb25935f8223c80bb1f07dab26933e;hp=9159b4cd7f49a9f2504bfd1aedf54dc9844a10c3;hpb=ffa027207fff95bd19cb529105bd549fb6ae1709;p=ppp.git diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index 9159b4c..75e2120 100644 --- a/pppd/sys-sunos4.c +++ b/pppd/sys-sunos4.c @@ -25,7 +25,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id: sys-sunos4.c,v 1.27 2001/04/27 23:16:13 paulus Exp $" +#define RCSID "$Id: sys-sunos4.c,v 1.28 2001/05/23 03:39:13 paulus Exp $" #include #include @@ -574,8 +574,7 @@ output(unit, p, len) int retries; struct pollfd pfd; - if (debug) - dbglog("sent %P", p, len); + dump_packet("sent", p, len); data.len = len; data.buf = (caddr_t) p;