summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-04-27 18:41:30 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-04-27 18:41:30 +0000
commit683036ee2c4d08c6ef5ca92050dc62f9ac657379 (patch)
tree42ae527faac6e9770fa13fccde622f26e32eb100
parent796b9a5495673a3b701a93e56d3578768d912fd3 (diff)
- (bal) auth1.c minor resync while looking at the code.
-rw-r--r--ChangeLog3
-rw-r--r--auth1.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 47ce5045b..c4348ab0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 furrier@iglou.com 3 furrier@iglou.com
4 - (bal) Since we don't support platforms lacking u_int_64. We may 4 - (bal) Since we don't support platforms lacking u_int_64. We may
5 as well clean out some of those evil #ifdefs 5 as well clean out some of those evil #ifdefs
6 - (bal) auth1.c minor resync while looking at the code.
6 7
720030409 820030409
8 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report 9 - (djm) Bug #539: Specify creation mode with O_CREAT for lastlog. Report
@@ -1343,4 +1344,4 @@
1343 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1344 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1344 ok provos@ 1345 ok provos@
1345 1346
1346$Id: ChangeLog,v 1.2660 2003/04/27 18:01:37 mouring Exp $ 1347$Id: ChangeLog,v 1.2661 2003/04/27 18:41:30 mouring Exp $
diff --git a/auth1.c b/auth1.c
index 03a54a9cd..7b40d70f4 100644
--- a/auth1.c
+++ b/auth1.c
@@ -349,9 +349,8 @@ do_authloop(Authctxt *authctxt)
349 if (authenticated) 349 if (authenticated)
350 return; 350 return;
351 351
352 if (authctxt->failures++ > AUTH_FAIL_MAX) { 352 if (authctxt->failures++ > AUTH_FAIL_MAX)
353 packet_disconnect(AUTH_FAIL_MSG, authctxt->user); 353 packet_disconnect(AUTH_FAIL_MSG, authctxt->user);
354 }
355 354
356 packet_start(SSH_SMSG_FAILURE); 355 packet_start(SSH_SMSG_FAILURE);
357 packet_send(); 356 packet_send();