diff options
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r-- | auth2-kbdint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c index a4fc9e6f7..fae67da6e 100644 --- a/auth2-kbdint.c +++ b/auth2-kbdint.c | |||
@@ -58,10 +58,6 @@ userauth_kbdint(Authctxt *authctxt) | |||
58 | 58 | ||
59 | xfree(devs); | 59 | xfree(devs); |
60 | xfree(lang); | 60 | xfree(lang); |
61 | #ifdef HAVE_CYGWIN | ||
62 | if (check_nt_auth(0, authctxt->pw) == 0) | ||
63 | authenticated = 0; | ||
64 | #endif | ||
65 | return authenticated; | 61 | return authenticated; |
66 | } | 62 | } |
67 | 63 | ||