]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-passwd.c
Import of OpenSSH 5.3p1
[gssapi-openssh.git] / openssh / 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 0.044025 seconds and 4 git commands to generate.