path_matches -> command_matches

This commit is contained in:
Todd C. Miller
1996-02-04 21:09:56 +00:00
parent 5fd8419d8e
commit 1151a4bfdb
3 changed files with 6 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ int validate(check_cmnd)
* If path doesn't end in /, return TRUE iff cmnd & path name the same inode;
* otherwise, return TRUE if cmnd names one of the inodes in path
*/
int path_matches(cmnd, user_args, path, sudoers_args)
int command_matches(cmnd, user_args, path, sudoers_args)
char *cmnd;
char **user_args;
char *path;