]> andersk Git - openssh.git/blobdiff - auth2-none.c
- (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
[openssh.git] / auth2-none.c
index 2bf5b5c80c931123438a6606e031e49ded76601b..787458dadd7fc407f6a95e45eccf2f635377be65 100644 (file)
@@ -103,7 +103,7 @@ userauth_none(Authctxt *authctxt)
        userauth_banner();
 #ifdef HAVE_CYGWIN
        if (check_nt_auth(1, authctxt->pw) == 0)
-               return(0);
+               return (0);
 #endif
        if (options.password_authentication)
                return (PRIVSEP(auth_password(authctxt, "")));
This page took 0.030853 seconds and 4 git commands to generate.