From: Brendan O'Dea Date: Fri, 13 May 2005 09:23:00 +0000 (+0000) Subject: it seems that some clients regularly attempt to reauth... just ignore (don't drop) X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~186 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/520b2cb24d2e5dba74e946ae259f3622606ce5fe?hp=b140841c65cb0cb1551c372b6629dea5f3d79310 it seems that some clients regularly attempt to reauth... just ignore (don't drop) --- diff --git a/ppp.c b/ppp.c index 2d030bf..3408d86 100644 --- a/ppp.c +++ b/ppp.c @@ -1,6 +1,6 @@ // L2TPNS PPP Stuff -char const *cvs_id_ppp = "$Id: ppp.c,v 1.60 2005-05-10 11:23:33 bodea Exp $"; +char const *cvs_id_ppp = "$Id: ppp.c,v 1.61 2005-05-13 09:23:00 bodea Exp $"; #include #include @@ -150,7 +150,6 @@ void processchap(tunnelidt t, sessionidt s, uint8_t *p, uint16_t l) { LOG(1, s, t, "Unexpected CHAP message\n"); STAT(tunnel_rx_errors); - sessionshutdown(s, "Unexpected CHAP message.", 3, 0); return; }