aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/auth2-kbdint.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth2-kbdint.c')
-rw-r--r--crypto/openssh/auth2-kbdint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/auth2-kbdint.c b/crypto/openssh/auth2-kbdint.c
index 15c20b33921e..878a21dfcadf 100644
--- a/crypto/openssh/auth2-kbdint.c
+++ b/crypto/openssh/auth2-kbdint.c
@@ -54,7 +54,7 @@ userauth_kbdint(Authctxt *authctxt)
xfree(lang);
#ifdef HAVE_CYGWIN
if (check_nt_auth(0, authctxt->pw) == 0)
- return(0);
+ authenticated = 0;
#endif
return authenticated;
}