]> andersk Git - openssh.git/commitdiff
- (bal) auth1.c minor resync while looking at the code.
authormouring <mouring>
Sun, 27 Apr 2003 18:41:30 +0000 (18:41 +0000)
committermouring <mouring>
Sun, 27 Apr 2003 18:41:30 +0000 (18:41 +0000)
ChangeLog
auth1.c

index 1c8c8e29dd645e3e6d408a2c843665dd2b072683..f09cae0d437fa38187f139cf516a5082e2c6780d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
    furrier@iglou.com
  - (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.
 
 20030409
  - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 
diff --git a/auth1.c b/auth1.c
index 03a54a9cdc9dfcb7ac5ec8c3b6b3dd8254182d15..7b40d70f45376782146cbdc5e946f6e8442ca726 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -349,9 +349,8 @@ do_authloop(Authctxt *authctxt)
                if (authenticated)
                        return;
 
-               if (authctxt->failures++ > AUTH_FAIL_MAX) {
+               if (authctxt->failures++ > AUTH_FAIL_MAX)
                        packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
-               }
 
                packet_start(SSH_SMSG_FAILURE);
                packet_send();
This page took 0.201092 seconds and 5 git commands to generate.