]> andersk Git - openssh.git/commitdiff
- (bal) auth2.c same changed as above.
authormouring <mouring>
Sun, 27 Apr 2003 18:44:31 +0000 (18:44 +0000)
committermouring <mouring>
Sun, 27 Apr 2003 18:44:31 +0000 (18:44 +0000)
ChangeLog
auth2.c

index f09cae0d437fa38187f139cf516a5082e2c6780d..2fccddfa40c7f9f7f55f7dc4c1cfbccef80d38bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
  - (bal) Since we don't support platforms lacking u_int_64.  We may
    as well clean out some of those evil #ifdefs
  - (bal) auth1.c minor resync while looking at the code.
+ - (bal) auth2.c same changed as above.
 
 20030409
  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
diff --git a/auth2.c b/auth2.c
index cfaac5f72e9ded2c3496e13faaef3f3e8543a8aa..9c491996990a65b896fd143cf9231a1142625eb6 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -238,9 +238,8 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
                /* now we can break out */
                authctxt->success = 1;
        } else {
-               if (authctxt->failures++ > AUTH_FAIL_MAX) {
+               if (authctxt->failures++ > AUTH_FAIL_MAX)
                        packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
-               }
 #ifdef _UNICOS
                if (strcmp(method, "password") == 0)
                        cray_login_failure(authctxt->user, IA_UDBERR);
This page took 1.26669 seconds and 5 git commands to generate.