Skip to content

Commit

Permalink
- (bal) auth1.c minor resync while looking at the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mouring committed Apr 27, 2003
1 parent 796b9a5 commit 683036e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[email protected]
- (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
Expand Down Expand Up @@ -1343,4 +1344,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@

$Id: ChangeLog,v 1.2660 2003/04/27 18:01:37 mouring Exp $
$Id: ChangeLog,v 1.2661 2003/04/27 18:41:30 mouring Exp $
3 changes: 1 addition & 2 deletions auth1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 683036e

Please sign in to comment.