X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/221fc73cf3316129f15ecb8703a12ee89dd4bd04..db528a5883213a2fef3fffe2cd6a420bff265608:/auth2-none.c diff --git a/auth2-none.c b/auth2-none.c index 10accfe5..08f2f935 100644 --- a/auth2-none.c +++ b/auth2-none.c @@ -61,10 +61,6 @@ userauth_none(Authctxt *authctxt) { none_enabled = 0; packet_check_eom(); -#ifdef HAVE_CYGWIN - if (check_nt_auth(1, authctxt->pw) == 0) - return (0); -#endif if (options.password_authentication) return (PRIVSEP(auth_password(authctxt, ""))); return (0);