2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 08:45:28 +00:00

Fix pasto in debug_decl

This commit is contained in:
Todd C. Miller
2013-04-18 15:05:23 -04:00
parent 71f9fe33dc
commit 40772f5aa7

View File

@@ -725,7 +725,7 @@ command_matches_normal(char *sudoers_cmnd, char *sudoers_args, struct sudo_diges
static bool
command_matches_dir(char *sudoers_dir, size_t dlen)
{
debug_decl(command_matches_normal, SUDO_DEBUG_MATCH)
debug_decl(command_matches_dir, SUDO_DEBUG_MATCH)
debug_return_bool(strncmp(user_cmnd, sudoers_dir, dlen) == 0);
}
#else /* !SUDOERS_NAME_MATCH */