summaryrefslogtreecommitdiff
path: root/auth2-none.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-09-11 22:42:09 +1000
committerDamien Miller <djm@mindrot.org>2004-09-11 22:42:09 +1000
commit4765679649c51a83e5ceb3d0c1e51e33db251f27 (patch)
tree17ca270288550e41dbaf6dad66846dbd57a09fdf /auth2-none.c
parent0a7e3c6c899b7e25efd36cfb9ffb0a8fb36ca67a (diff)
- (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
Make cygwin code more consistent with that which surrounds it
Diffstat (limited to 'auth2-none.c')
-rw-r--r--auth2-none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-none.c b/auth2-none.c
index 2bf5b5c80..787458dad 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -103,7 +103,7 @@ userauth_none(Authctxt *authctxt)
103 userauth_banner(); 103 userauth_banner();
104#ifdef HAVE_CYGWIN 104#ifdef HAVE_CYGWIN
105 if (check_nt_auth(1, authctxt->pw) == 0) 105 if (check_nt_auth(1, authctxt->pw) == 0)
106 return(0); 106 return (0);
107#endif 107#endif
108 if (options.password_authentication) 108 if (options.password_authentication)
109 return (PRIVSEP(auth_password(authctxt, ""))); 109 return (PRIVSEP(auth_password(authctxt, "")));