From d2c47831fcb019c5ac63c4f8382dd5fd2302a7d7 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Fri, 19 May 1995 03:18:08 +0000 Subject: [PATCH] fix up VJ conn-ID compression enable --- pppd/ipcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2