]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipcp.c
fix up VJ conn-ID compression enable
[ppp.git] / pppd / ipcp.c
index b3096c6501e27404cf4742c87c29adbcb8143102..4e1f52f5c9ad6aeed3a8c803219d0d121248b028 100644 (file)
@@ -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;