diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-09-25 23:14:14 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-09-25 23:14:14 +0000 |
commit | 164725f40ecda144de706c94778e47dc86ae9257 (patch) | |
tree | 3a1cee0ed23c21b31c471b4e35878e0d12c79580 /session.c | |
parent | dcbb6c2dc9569368f6f38a27ef560a7cd748d2ba (diff) |
l) Fix issue where successfull login does not clear failure counts
in AIX. Patch by dtucker@zip.com.au ok by djm
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -210,13 +210,6 @@ do_authenticated(Authctxt *authctxt) close(startup_pipe); startup_pipe = -1; } -#ifdef WITH_AIXAUTHENTICATE - /* We don't have a pty yet, so just label the line as "ssh" */ - if (loginsuccess(authctxt->user, - get_canonical_hostname(options.verify_reverse_mapping), - "ssh", &aixloginmsg) < 0) - aixloginmsg = NULL; -#endif /* WITH_AIXAUTHENTICATE */ /* setup the channel layer */ if (!no_port_forwarding_flag && options.allow_tcp_forwarding) |