X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=aix4%2Fppp_comp.c;h=181eebb610243a3c1bdecfe38e7eef42abc59b03;hp=58f26ad1ad17058d8655b45c9a4a64f306cd4118;hb=4e8378004c3f7b84cd84aaad7cadd61f7af4b72f;hpb=c1a66729914c44d5171da98ef4e2f73332457518 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; }