]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
[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 0.038679 seconds and 4 git commands to generate.