diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-24 21:39:36 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-24 21:39:36 +0000 |
commit | 964476f91b66c475d5b8fa1e8b28d39a97a1b56e (patch) | |
tree | d12ff16d94cffc5d84dba0193eaaa616967c9c2c /auth2-pubkey.c | |
parent | cadac134eda6ed97478afdc528a68dd33f31dbc5 (diff) | |
parent | 1e4cfeee6c17b02af09418c5afe4a4d71aaaf0c8 (diff) |
import openssh-5.3p1-gsskex-all-20100124.patch
Diffstat (limited to 'auth2-pubkey.c')
-rw-r--r-- | auth2-pubkey.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-pubkey.c b/auth2-pubkey.c index b1e38e5f5..2886f1275 100644 --- a/auth2-pubkey.c +++ b/auth2-pubkey.c | |||
@@ -170,10 +170,6 @@ done: | |||
170 | key_free(key); | 170 | key_free(key); |
171 | xfree(pkalg); | 171 | xfree(pkalg); |
172 | xfree(pkblob); | 172 | xfree(pkblob); |
173 | #ifdef HAVE_CYGWIN | ||
174 | if (check_nt_auth(0, authctxt->pw) == 0) | ||
175 | authenticated = 0; | ||
176 | #endif | ||
177 | return authenticated; | 173 | return authenticated; |
178 | } | 174 | } |
179 | 175 | ||