]> andersk Git - openssh.git/blobdiff - auth1.c
- (bal) Failed password attempts don't increment counter on AIX. Bug #145
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 2ebc8d039b0d7d76769d4fe7af2587e2a7720b41..769fa306f11deff6719d4fb5638d1bd4c0d5b923 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -323,12 +323,6 @@ do_authloop(Authctxt *authctxt)
                        return;
 
                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);
                }
 
This page took 0.066598 seconds and 4 git commands to generate.