2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

remove an XXX that was fixed

This commit is contained in:
Todd C. Miller
2008-05-08 21:54:09 +00:00
parent fbc4aea0eb
commit f0db3ecfbe

View File

@@ -248,7 +248,6 @@ sudo_file_lookup(nss, validated, pwflag)
if (pwcheck == always && def_authenticate)
SET(validated, FLAG_CHECK_USER);
else if (pwcheck == never || nopass == TRUE)
/* XXX - breaks NOPASSWD output in -l mode */
def_authenticate = FALSE;
return(validated);
}