diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-24 22:46:54 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-24 22:46:54 +0000 |
commit | 59247ecde39f2d826a94ab07f6095ca1f6644e88 (patch) | |
tree | 5910d4a840352aafbf67e8a39fa63936e5529b26 /auth-passwd.c | |
parent | 07d905b406c4ab64ea2f10a22f4f8f0d595269f6 (diff) | |
parent | 964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff) |
* New upstream release.
* Update to GSSAPI patch from
http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch.
Diffstat (limited to 'auth-passwd.c')
-rw-r--r-- | auth-passwd.c | 2 |
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) |