mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +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)
|
if ((command_info[info_len++] = sudo_new_key_val("runas_limitprivs", runas_limitprivs)) == NULL)
|
||||||
goto oom;
|
goto oom;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_SELINUX */
|
#endif /* HAVE_PRIV_SET */
|
||||||
|
|
||||||
/* Fill in exec environment info. */
|
/* Fill in exec environment info. */
|
||||||
*(exec_args->argv) = argv;
|
*(exec_args->argv) = argv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user