diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-05-21 01:26:10 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-05-21 01:26:10 +0000 |
commit | 641684cdbadb059ec03c02ffeb72040a9b1367d0 (patch) | |
tree | ae4b9f00b72748064e588764eb02a67faaecec5d /usr.sbin/ppp/hdlc.c | |
parent | 04eaa58c59b2ef73f89c48a9a7ea4ccdf2805e73 (diff) | |
download | src-test2-641684cdbadb059ec03c02ffeb72040a9b1367d0.tar.gz src-test2-641684cdbadb059ec03c02ffeb72040a9b1367d0.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/hdlc.c')
-rw-r--r-- | usr.sbin/ppp/hdlc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index a7b9fc02e551..e9d9f352f307 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.28.2.35 1998/05/11 23:39:30 brian Exp $ + * $Id: hdlc.c,v 1.28.2.36 1998/05/15 18:21:06 brian Exp $ * * TODO: */ @@ -421,7 +421,7 @@ hdlc_DecodePacket(struct bundle *bundle, u_short proto, struct mbuf * bp, ip_Input(bundle, bp); break; case PROTO_IPCP: - ipcp_Input(&bundle->ncp.ipcp, bp); + ipcp_Input(&bundle->ncp.ipcp, bundle, bp); break; case PROTO_CCP: ccp_Input(&l->ccp, bundle, bp); |