]> granicus.if.org Git - sudo/commit
Use tq_foreach_fwd when checking pseudo-commands to make it clear that
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Dec 2008 13:49:55 +0000 (13:49 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 9 Dec 2008 13:49:55 +0000 (13:49 +0000)
commita93344d2b6e4a2be8a4906b28d6fa85ec63e8b0a
tree49f0522cf102032505c692375a9040c1cfcbc47d
parent96f1ea47014770fc10574fc8c04d5855f8d4f758
Use tq_foreach_fwd when checking pseudo-commands to make it clear that
we are not short-circuiting on last match.  When pwcheck is 'all',
initialize nopass to TRUE and override it with the first non-TRUE entry.
parse.c