mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
sio and PPP updates from Marc
This commit is contained in:
@@ -542,10 +542,10 @@ int check_passwd(
|
||||
*/
|
||||
if (attempts++ >= 10) {
|
||||
ppp_trace(LOG_WARNING, "%d LOGIN FAILURES BY %s\n", attempts, user);
|
||||
ppp_panic("Excess Bad Logins");
|
||||
/*ppp_panic("Excess Bad Logins");*/
|
||||
}
|
||||
if (attempts > 3) {
|
||||
ppp_msleep((attempts - 3) * 5);
|
||||
sys_msleep((attempts - 3) * 5);
|
||||
}
|
||||
if (addrs != NULL) {
|
||||
free_wordlist(addrs);
|
||||
|
||||
Reference in New Issue
Block a user