diff options
author | mouring <mouring> | 2002-09-25 23:14:14 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-09-25 23:14:14 +0000 |
commit | 784ba6bfaa484fbe89574f7c7537ddebcf5cdbee (patch) | |
tree | 9b45a42ea9942b01c57db840c8b2df0d7766dd77 /session.c | |
parent | 3f186d46e02a889ed6b2795ffc80eb92a3cec62b (diff) | |
download | openssh-784ba6bfaa484fbe89574f7c7537ddebcf5cdbee.tar.gz |
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) |