2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

Remove line causing store_suspend_local() to return false on success.

This is something that should have been removed as part of the local
I/O logging refactor.
This commit is contained in:
Todd C. Miller 2021-05-10 13:44:31 -06:00
parent 3147bbeb24
commit 0f5c8fe121

View File

@ -475,8 +475,6 @@ store_suspend_local(CommandSuspend *msg, uint8_t *buf, size_t buflen,
update_elapsed_time(msg->delay, &closure->elapsed_time);
debug_return_int(0);
debug_return_bool(true);
bad:
if (closure->errstr == NULL)