diff options
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 4014444fb..8cb477662 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 | ||