From: Paul Mackerras Date: Mon, 5 Dec 1994 00:55:24 +0000 (+0000) Subject: add hdrlen X-Git-Tag: RELEASE_2_3_6~805 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=8b856ec46871a1386487cda562cafa627cf48c88;ds=sidebyside add hdrlen --- diff --git a/aix4/ppp_comp.c b/aix4/ppp_comp.c index 58f26ad..181eebb 100644 --- a/aix4/ppp_comp.c +++ b/aix4/ppp_comp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ppp_comp.c,v 1.1 1994/12/05 00:29:21 paulus Exp $ + * $Id: ppp_comp.c,v 1.2 1994/12/05 00:55:24 paulus Exp $ */ #include @@ -410,7 +410,7 @@ ppp_comp_ccp(q, mp, rcvd) if (cp->rstate != NULL && (*cp->rcomp->decomp_init) (cp->rstate, dp + CCP_HDRLEN, clen - CCP_HDRLEN, - 0/* unit */, cp->mru, cp->debug)) + 0/* unit */, 0, cp->mru, cp->debug)) cp->ccp_state = (cp->ccp_state & ~CCP_ERR) | CCP_DECOMP_RUN; }