projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
da8858c
)
added 0 hdrlen param to comp_init
author
Paul Mackerras
<paulus@samba.org>
Fri, 28 Apr 1995 06:13:05 +0000
(06:13 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 28 Apr 1995 06:13:05 +0000
(06:13 +0000)
aix4/ppp_comp.c
patch
|
blob
|
history
diff --git
a/aix4/ppp_comp.c
b/aix4/ppp_comp.c
index 8ce40307ae9ec98ec97220b30aaa0b0cc5dbcc59..4974855075b7553f780635eca8f9b651de862141 100644
(file)
--- a/
aix4/ppp_comp.c
+++ b/
aix4/ppp_comp.c
@@
-24,7
+24,7
@@
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
- * $Id: ppp_comp.c,v 1.
3 1995/04/26 04:15:48
paulus Exp $
+ * $Id: ppp_comp.c,v 1.
4 1995/04/28 06:13:05
paulus Exp $
*/
#include <net/net_globals.h>
*/
#include <net/net_globals.h>
@@
-428,7
+428,7
@@
ppp_comp_ccp(q, mp, rcvd)
if (cp->xstate != NULL
&& (*cp->xcomp->comp_init)
(cp->xstate, dp + CCP_HDRLEN, clen - CCP_HDRLEN,
if (cp->xstate != NULL
&& (*cp->xcomp->comp_init)
(cp->xstate, dp + CCP_HDRLEN, clen - CCP_HDRLEN,
- 0, /* XXX: should be unit */
+ 0, /* XXX: should be unit */
0,
cp->debug))
cp->ccp_state |= CCP_COMP_RUN;
} else {
cp->debug))
cp->ccp_state |= CCP_COMP_RUN;
} else {