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

sudoers_policy_store() -> sudoers_policy_store_result()

This commit is contained in:
Todd C. Miller
2020-10-16 05:56:03 -06:00
parent bf9d208662
commit a5a5cc7f85
3 changed files with 4 additions and 4 deletions

View File

@@ -762,7 +762,7 @@ bad:
done:
/* Store settings to pass back to front-end. */
if (ret != -1) {
if (!sudoers_policy_store(ret, NewArgv, env_get(), cmnd_umask,
if (!sudoers_policy_store_result(ret, NewArgv, env_get(), cmnd_umask,
iolog_path, closure))
ret = -1;
}