X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-sunos4.c;h=89eebf9071f045743b638559e02be9c18baa652f;hp=9159b4cd7f49a9f2504bfd1aedf54dc9844a10c3;hb=c062322f9e8757b85a3c2281a3190d8af14bcd9b;hpb=ffa027207fff95bd19cb529105bd549fb6ae1709 diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index 9159b4c..89eebf9 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.29 2002/02/12 20:07:09 dfs Exp $" #include #include @@ -574,8 +574,8 @@ output(unit, p, len) int retries; struct pollfd pfd; - if (debug) - dbglog("sent %P", p, len); + dump_packet("sent", p, len); + if (snoop_send_hook) snoop_send_hook(p, len); data.len = len; data.buf = (caddr_t) p;