X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/a3d3770cccb19d6f94fcb22aee442e11ac016946..7501ed0d668ada42afeeecf1b94aa2bd7a01088f:/auth-passwd.c diff --git a/auth-passwd.c b/auth-passwd.c index bdfced02..b1c6ce09 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -102,7 +102,7 @@ auth_password(Authctxt *authctxt, const char *password) } #endif #ifdef HAVE_CYGWIN - if (is_winnt) { + { HANDLE hToken = cygwin_logon_user(pw, password); if (hToken == INVALID_HANDLE_VALUE)