projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
951e323
)
*** empty log message ***
author
bodea
<bodea>
Tue, 30 Nov 2004 01:10:44 +0000
(
01:10
+0000)
committer
bodea
<bodea>
Tue, 30 Nov 2004 01:10:44 +0000
(
01:10
+0000)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
9de23e0
..
bb7dc83
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.3
5 2004/11/30 01:08:21
bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.3
6 2004/11/30 01:10:44
bodea Exp $";
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-483,7
+483,7
@@
void processlcp(tunnelidt t, sessionidt s, u8 *p, u16 l)
*q = ConfigAck;
}
*q = ConfigAck;
}
- LOG(3, s, t, "Sending %s\n", ppp_lcp_types[response]);
+ LOG(3, s, t, "Sending %s\n", ppp_lcp_types[
*
response]);
tunnelsend(b, l + (q - b), t);
if (!(session[s].flags & SF_LCP_ACKED))
tunnelsend(b, l + (q - b), t);
if (!(session[s].flags & SF_LCP_ACKED))