X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-sunos4.c;h=89eebf9071f045743b638559e02be9c18baa652f;hp=75e2120fc39ae1a3ae9c8ea0ee8891ae22141fae;hb=c30d204fe82b18fb9668a05afb587a37f981696c;hpb=5580a43ba47c96ff41046226a9409c31b5efc8d2 diff --git a/pppd/sys-sunos4.c b/pppd/sys-sunos4.c index 75e2120..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.28 2001/05/23 03:39:13 paulus Exp $" +#define RCSID "$Id: sys-sunos4.c,v 1.29 2002/02/12 20:07:09 dfs Exp $" #include #include @@ -575,6 +575,7 @@ output(unit, p, len) struct pollfd pfd; dump_packet("sent", p, len); + if (snoop_send_hook) snoop_send_hook(p, len); data.len = len; data.buf = (caddr_t) p;