diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-10-01 15:19:37 +0000 |
commit | e5e752b5a70a672df97b5d7ca5c1e58c87a27234 (patch) | |
tree | e5b7ad86bb53b8a7e0394f159b15abac2622bdb6 /auth2-none.c | |
parent | 9ab1052dcdca9be06dcec8abc37103a70e358e73 (diff) | |
download | src-test2-e5e752b5a70a672df97b5d7ca5c1e58c87a27234.tar.gz src-test2-e5e752b5a70a672df97b5d7ca5c1e58c87a27234.zip |
Notes
Diffstat (limited to 'auth2-none.c')
-rw-r--r-- | auth2-none.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-none.c b/auth2-none.c index 10accfe552df..08f2f935fe98 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); |