]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2.c
merging OPENSSH_5_2P1_SIMON_20090726_HPN13V6 to trunk:
[gssapi-openssh.git] / openssh / auth2.c
index 2e466384fcdf55636a290b23b114e705abda30ad..1cd3e10364ee7df583ae46718936e226999d6112 100644 (file)
@@ -411,7 +411,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
                /* Dont count server configuration issues against the client */
                /* Allow initial try of "none" auth without failure penalty */
                if (!authctxt->server_caused_failure &&
-            (authctxt->attempt > 1 || strcmp(method, "none") != 0))
+                   (authctxt->attempt > 1 || strcmp(method, "none") != 0))
                        authctxt->failures++;
                if (authctxt->failures >= options.max_authtries) {
 #ifdef SSH_AUDIT_EVENTS
This page took 0.750871 seconds and 4 git commands to generate.