/[lwip]/lwip/src/netif/ppp/auth.c
ViewVC logotype

Diff of /lwip/src/netif/ppp/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jani, Tue May 27 14:37:56 2003 UTC revision 1.2 by jani, Mon Jun 2 11:12:56 2003 UTC
# Line 542  int check_passwd( Line 542  int check_passwd(
542           */           */
543          if (attempts++ >= 10) {          if (attempts++ >= 10) {
544              ppp_trace(LOG_WARNING, "%d LOGIN FAILURES BY %s\n", attempts, user);              ppp_trace(LOG_WARNING, "%d LOGIN FAILURES BY %s\n", attempts, user);
545              ppp_panic("Excess Bad Logins");              /*ppp_panic("Excess Bad Logins");*/
546          }          }
547          if (attempts > 3) {          if (attempts > 3) {
548              ppp_msleep((attempts - 3) * 5);              sys_msleep((attempts - 3) * 5);
549          }          }
550          if (addrs != NULL) {          if (addrs != NULL) {
551              free_wordlist(addrs);              free_wordlist(addrs);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26