]> granicus.if.org Git - sudo/commit
cmnd_matches() already deals with negation so _cmndlist_matches() does
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Nov 2009 15:56:14 +0000 (15:56 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Nov 2009 15:56:14 +0000 (15:56 +0000)
commit803dd9a7c65c2ea1ddcdaf4ac710585c4d21e7b8
tree6c2d7c01072a96606de44d3e8d5f628482238dcc
parenta86896a1c7b8bb881591c027175491a18885de1b
cmnd_matches() already deals with negation so _cmndlist_matches() does
not need to do so itself.  Fixes a bug with negated entries in a
Cmnd_List.
match.c