projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d908e33
)
*** empty log message ***
author
Brendan O'Dea
<bod@optus.net>
Tue, 10 May 2005 09:57:50 +0000
(09:57 +0000)
committer
Brendan O'Dea
<bod@optus.net>
Tue, 10 May 2005 09:57:50 +0000
(09:57 +0000)
ppp.c
patch
|
blob
|
history
diff --git
a/ppp.c
b/ppp.c
index
6cdeb35
..
a2a67ea
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.5
7 2005-05-10 09:57:19
bodea Exp $";
+char const *cvs_id_ppp = "$Id: ppp.c,v 1.5
8 2005-05-10 09:57:50
bodea Exp $";
#include <stdio.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
@@
-357,7
+357,6
@@
void processlcp(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l)
{
int x = l - 4;
uint8_t *o = (p + 4);
{
int x = l - 4;
uint8_t *o = (p + 4);
- int authtype = 0;
LOG(3, s, t, "LCP: ConfigAck (%d bytes)...\n", l);
if (config->debug > 3) dumplcp(p, l);
LOG(3, s, t, "LCP: ConfigAck (%d bytes)...\n", l);
if (config->debug > 3) dumplcp(p, l);