summaryrefslogtreecommitdiffstats
path: root/auth1.c
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 /auth1.c
parent796b9a5495673a3b701a93e56d3578768d912fd3 (diff)
- (bal) auth1.c minor resync while looking at the code.
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c3
1 files changed, 1 insertions, 2 deletions
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();