From fe88ed6ee5df2c03715d8d93852dd4247fc462b7 Mon Sep 17 00:00:00 2001 From: bodea Date: Thu, 11 Aug 2005 05:50:24 +0000 Subject: [PATCH] *** empty log message *** --- l2tpns.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/l2tpns.c b/l2tpns.c index 02f5970..1787552 100644 --- 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 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.120 2005/08/11 05:49:03 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.121 2005/08/11 05:50:24 bodea Exp $"; #include #include @@ -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 - // 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; -- 2.20.1