sio and PPP updates from Marc

This commit is contained in:
jani
2003-06-02 11:12:56 +00:00
parent 2bfd55fd69
commit 26d9b28f77
10 changed files with 109 additions and 204 deletions

View File

@@ -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);