- (bal) auth1.c minor resync while looking at the code.
diff --git a/auth1.c b/auth1.c
index 03a54a9..7b40d70 100644
--- a/auth1.c
+++ b/auth1.c
@@ -349,9 +349,8 @@
 		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();