summaryrefslogtreecommitdiff
path: root/auth2-kbdint.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r--auth2-kbdint.c2
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}