]> granicus.if.org Git - sudo/commitdiff
remove an XXX that was fixed
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 May 2008 21:54:09 +0000 (21:54 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 May 2008 21:54:09 +0000 (21:54 +0000)
parse.c

diff --git a/parse.c b/parse.c
index 7c124e0b2ace3058f4e36d31a7a59867a14fe5f1..cce3afc2543b95bf3cf13a771e2890be19399dcf 100644 (file)
--- 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);
     }