X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-solaris.c;h=fed68f50f8213b167583fe7ff8e013df2093361a;hb=b077002b88d6e941583641ccc73aefebdc3d3ef6;hp=ff9c7def8d6071cdb60f75395492c90c3b99943d;hpb=ffa027207fff95bd19cb529105bd549fb6ae1709;p=ppp.git diff --git a/pppd/sys-solaris.c b/pppd/sys-solaris.c index ff9c7de..fed68f5 100644 --- a/pppd/sys-solaris.c +++ b/pppd/sys-solaris.c @@ -42,7 +42,7 @@ * OR MODIFICATIONS. */ -#define RCSID "$Id: sys-solaris.c,v 1.5 2001/04/27 23:16:13 paulus Exp $" +#define RCSID "$Id: sys-solaris.c,v 1.6 2001/05/23 03:39:13 paulus Exp $" #include #include @@ -1292,8 +1292,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;