From 52cb7687d356002adccc46d0f5d690267442bc99 Mon Sep 17 00:00:00 2001 From: bodea Date: Fri, 13 May 2005 09:23:00 +0000 Subject: [PATCH] it seems that some clients regularly attempt to reauth... just ignore (don't drop) --- ppp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ppp.c b/ppp.c index d331bf6..fe9c7be 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; } -- 2.20.1