summaryrefslogtreecommitdiff
path: root/auth2-pubkey.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-pubkey.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-pubkey.c')
-rw-r--r--auth2-pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c
index 9898d4a63..bafea09da 100644
--- a/auth2-pubkey.c
+++ b/auth2-pubkey.c
@@ -158,7 +158,7 @@ done:
158 xfree(pkblob); 158 xfree(pkblob);
159#ifdef HAVE_CYGWIN 159#ifdef HAVE_CYGWIN
160 if (check_nt_auth(0, authctxt->pw) == 0) 160 if (check_nt_auth(0, authctxt->pw) == 0)
161 return(0); 161 authenticated = 0;
162#endif 162#endif
163 return authenticated; 163 return authenticated;
164} 164}