]> granicus.if.org Git - sudo/commit
Don't pass user_cmnd and user_args to command_matches(), just use
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Aug 2004 18:44:58 +0000 (18:44 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 2 Aug 2004 18:44:58 +0000 (18:44 +0000)
commit1a46dd74f67e03c1d70874ac15dc495c7da7a716
tree7789ed4fa4f5b8c505181ea9a2590c3ddfa96fd2
parent600e9e3942a26134ed3b24ef8cbcc0ebe72e1373
Don't pass user_cmnd and user_args to command_matches(), just use
the globals there.  Since we keep state with statics anyway it is
misleading to pretend that passing in different cmnd and cmnd_args
will work.
parse.c
parse.h
testsudoers.c
visudo.c