From: Todd C. Miller Date: Thu, 8 May 2008 21:54:09 +0000 (+0000) Subject: remove an XXX that was fixed X-Git-Tag: SUDO_1_7_0~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0db3ecfbe4701e4b5173eed360c7b5da762e400;p=sudo remove an XXX that was fixed --- diff --git a/parse.c b/parse.c index 7c124e0b2..cce3afc25 100644 --- a/parse.c +++ b/parse.c @@ -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); }