]> git.ozlabs.org Git - ppp.git/commitdiff
fix up VJ conn-ID compression enable
authorPaul Mackerras <paulus@samba.org>
Fri, 19 May 1995 03:18:08 +0000 (03:18 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 May 1995 03:18:08 +0000 (03:18 +0000)
pppd/ipcp.c

index b3096c6501e27404cf4742c87c29adbcb8143102..4e1f52f5c9ad6aeed3a8c803219d0d121248b028 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #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
 
 /*
 #endif
 
 /*
@@ -888,7 +888,7 @@ ipcp_reqci(f, inp, len, reject_if_disagree)
                    }
                }
                ho->maxslotindex = maxslotindex;
                    }
                }
                ho->maxslotindex = maxslotindex;
-               ho->cflag = wo->cflag;
+               ho->cflag = cflag;
            } else {
                ho->old_vj = 1;
                ho->maxslotindex = MAX_STATES - 1;
            } else {
                ho->old_vj = 1;
                ho->maxslotindex = MAX_STATES - 1;