summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index bdfced023..b1c6ce092 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -102,7 +102,7 @@ auth_password(Authctxt *authctxt, const char *password)
102 } 102 }
103#endif 103#endif
104#ifdef HAVE_CYGWIN 104#ifdef HAVE_CYGWIN
105 if (is_winnt) { 105 {
106 HANDLE hToken = cygwin_logon_user(pw, password); 106 HANDLE hToken = cygwin_logon_user(pw, password);
107 107
108 if (hToken == INVALID_HANDLE_VALUE) 108 if (hToken == INVALID_HANDLE_VALUE)