]> andersk Git - openssh.git/blobdiff - auth2.c
- (bal) Failed password attempts don't increment counter on AIX. Bug #145
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index eea381d95b657c17d2572cef28be3b0459d39990..3b47a6d0a57fe769469bfd726730e62d1d0df1f1 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -232,12 +232,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
                authctxt->success = 1;
        } else {
                if (authctxt->failures++ > AUTH_FAIL_MAX) {
-#ifdef WITH_AIXAUTHENTICATE
-                       /* XXX: privsep */
-                       loginfailed(authctxt->user,
-                           get_canonical_hostname(options.verify_reverse_mapping),
-                           "ssh");
-#endif /* WITH_AIXAUTHENTICATE */
                        packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
                }
                methods = authmethods_get();
This page took 1.388901 seconds and 4 git commands to generate.