From 8b856ec46871a1386487cda562cafa627cf48c88 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 5 Dec 1994 00:55:24 +0000 Subject: [PATCH] add hdrlen --- aix4/ppp_comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2