diff options
author | Damien Miller <djm@mindrot.org> | 2004-09-11 22:42:09 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-09-11 22:42:09 +1000 |
commit | 4765679649c51a83e5ceb3d0c1e51e33db251f27 (patch) | |
tree | 17ca270288550e41dbaf6dad66846dbd57a09fdf /auth2-kbdint.c | |
parent | 0a7e3c6c899b7e25efd36cfb9ffb0a8fb36ca67a (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-kbdint.c')
-rw-r--r-- | auth2-kbdint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c index 1696ef4d3..fa8364975 100644 --- a/auth2-kbdint.c +++ b/auth2-kbdint.c | |||
@@ -53,7 +53,7 @@ userauth_kbdint(Authctxt *authctxt) | |||
53 | xfree(lang); | 53 | xfree(lang); |
54 | #ifdef HAVE_CYGWIN | 54 | #ifdef HAVE_CYGWIN |
55 | if (check_nt_auth(0, authctxt->pw) == 0) | 55 | if (check_nt_auth(0, authctxt->pw) == 0) |
56 | return(0); | 56 | authenticated = 0; |
57 | #endif | 57 | #endif |
58 | return authenticated; | 58 | return authenticated; |
59 | } | 59 | } |