projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9543fe
)
fix up VJ conn-ID compression enable
author
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:18:08 +0000
(
03:18
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 19 May 1995 03:18:08 +0000
(
03:18
+0000)
pppd/ipcp.c
patch
|
blob
|
history
diff --git
a/pppd/ipcp.c
b/pppd/ipcp.c
index b3096c6501e27404cf4742c87c29adbcb8143102..4e1f52f5c9ad6aeed3a8c803219d0d121248b028 100644
(file)
--- a/
pppd/ipcp.c
+++ b/
pppd/ipcp.c
@@
-18,7
+18,7
@@
*/
#ifndef lint
-static char rcsid[] = "$Id: ipcp.c,v 1.1
7 1995/04/28 06:24:53
paulus Exp $";
+static char rcsid[] = "$Id: ipcp.c,v 1.1
8 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;