From: mouring Date: Sun, 27 Apr 2003 18:41:30 +0000 (+0000) Subject: - (bal) auth1.c minor resync while looking at the code. X-Git-Tag: V_3_6_1_P2~3 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/9a6fee8b2b42608a177803d2351d3cfe732910d8 - (bal) auth1.c minor resync while looking at the code. --- diff --git a/ChangeLog b/ChangeLog index 1c8c8e29..f09cae0d 100644 --- 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 03a54a9c..7b40d70f 100644 --- 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();