Fix pasto in comment after HAVE_PRIV_SET #endif

This commit is contained in:
Todd C. Miller
2022-06-10 09:42:22 -06:00
parent 169e049821
commit 1c00c7c238

View File

@@ -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;