From: Paul Mackerras Date: Fri, 19 May 1995 03:18:08 +0000 (+0000) Subject: fix up VJ conn-ID compression enable X-Git-Tag: RELEASE_2_3_6~710 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=d2c47831fcb019c5ac63c4f8382dd5fd2302a7d7;ds=sidebyside fix up VJ conn-ID compression enable --- diff --git a/pppd/ipcp.c b/pppd/ipcp.c index b3096c6..4e1f52f 100644 --- a/pppd/ipcp.c +++ b/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ipcp.c,v 1.17 1995/04/28 06:24:53 paulus Exp $"; +static char rcsid[] = "$Id: ipcp.c,v 1.18 1995/05/19 03:18:08 paulus Exp $"; #endif /* @@ -888,7 +888,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree) } } ho->maxslotindex = maxslotindex; - ho->cflag = wo->cflag; + ho->cflag = cflag; } else { ho->old_vj = 1; ho->maxslotindex = MAX_STATES - 1;