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:
b900bf6
)
*** empty log message ***
author
Brendan O'Dea
<bod@optus.net>
Thu, 11 Aug 2005 05:50:24 +0000
(
05:50
+0000)
committer
Brendan O'Dea
<bod@optus.net>
Thu, 11 Aug 2005 05:50:24 +0000
(
05:50
+0000)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
097cff9
..
93fcc29
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-4,7
+4,7
@@
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
-char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.12
0 2005-08-11 05:49:03
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.12
1 2005-08-11 05:50:24
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-2378,10
+2378,6
@@
void processudp(uint8_t *buf, int len, struct sockaddr_in *addr)
session[s].l2tp_flags = aflags; // set flags received
controlnull(t); // ack
session[s].l2tp_flags = aflags; // set flags received
controlnull(t); // ack
- // proxy authentication type is not supported
- if (!(config->radius_authtypes & authtype))
- authtype = config->radius_authprefer;
-
// start LCP
sendlcp(s, t, config->radius_authprefer);
sess_local[s].lcp.restart = time_now + config->ppp_restart_time;
// start LCP
sendlcp(s, t, config->radius_authprefer);
sess_local[s].lcp.restart = time_now + config->ppp_restart_time;