]> andersk Git - openssh.git/blobdiff - auth-krb5.c
unexpand
[openssh.git] / auth-krb5.c
index 76c2419aa1f2f120ee98d8c2723593649abd95be..308a6d5f9bad6ba997e0db05c5ba065a0fabc976 100644 (file)
@@ -323,7 +323,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password)
        
        if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, 
                          authctxt->pw->pw_name)) {
-               problem = -1;
+               problem = -1;
                goto out;
        } 
 
This page took 0.032806 seconds and 4 git commands to generate.