mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Fix pasto in comment after HAVE_PRIV_SET #endif
This commit is contained in:
parent
169e049821
commit
1c00c7c238
@ -983,7 +983,7 @@ sudoers_policy_store_result(bool accepted, char *argv[], char *envp[],
|
||||
if ((command_info[info_len++] = sudo_new_key_val("runas_limitprivs", runas_limitprivs)) == NULL)
|
||||
goto oom;
|
||||
}
|
||||
#endif /* HAVE_SELINUX */
|
||||
#endif /* HAVE_PRIV_SET */
|
||||
|
||||
/* Fill in exec environment info. */
|
||||
*(exec_args->argv) = argv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user