]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make
[openssh.git] / auth-passwd.c
index bdfced023f28c5aaa5113be71c7322e6d30c1071..b1c6ce092894afa890b09a1566183bd743df54e5 100644 (file)
@@ -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)
This page took 1.706477 seconds and 4 git commands to generate.