]> andersk Git - openssh.git/blobdiff - auth1.c
- espie@cvs.openbsd.org 2002/08/21 11:20:59
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index 06b6712aac43792eb51a50f5678db9743297523f..769fa306f11deff6719d4fb5638d1bd4c0d5b923 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -323,11 +323,6 @@ do_authloop(Authctxt *authctxt)
                        return;
 
                if (authctxt->failures++ > AUTH_FAIL_MAX) {
-#ifdef WITH_AIXAUTHENTICATE
-                       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.14932 seconds and 4 git commands to generate.