projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
973c5fd
)
comment typo
author
Brendan O'Dea
<bod@optus.net>
Fri, 24 Jun 2005 06:59:06 +0000
(06:59 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Fri, 24 Jun 2005 06:59:06 +0000
(06:59 +0000)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
38eb7ae
..
1ca1d14
100644
(file)
--- a/
ppp.c
+++ b/
ppp.c
@@
-1,6
+1,6
@@
// L2TPNS PPP Stuff
// L2TPNS PPP Stuff
-char const *cvs_id_ppp = "$Id: ppp.c,v 1.6
2 2005-06-02 11:32:31
bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.6
3 2005-06-24 06:59:06
bodea Exp $";
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-731,7
+731,7
@@
void processipcp(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l)
LOG(3, s, t, "IPCP Acked, session is now active\n");
LOG(3, s, t, "IPCP Acked, session is now active\n");
- // clear LCP_ACKED/CCP_ACKED flag for possible fast renegotiaion for routers
+ // clear LCP_ACKED/CCP_ACKED flag for possible fast renegotia
t
ion for routers
session[s].flags &= ~(SF_LCP_ACKED|SF_CCP_ACKED);
return;
session[s].flags &= ~(SF_LCP_ACKED|SF_CCP_ACKED);
return;