mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 13:58:05 +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:
parent
3147bbeb24
commit
0f5c8fe121
@ -475,8 +475,6 @@ store_suspend_local(CommandSuspend *msg, uint8_t *buf, size_t buflen,
|
|||||||
|
|
||||||
update_elapsed_time(msg->delay, &closure->elapsed_time);
|
update_elapsed_time(msg->delay, &closure->elapsed_time);
|
||||||
|
|
||||||
debug_return_int(0);
|
|
||||||
|
|
||||||
debug_return_bool(true);
|
debug_return_bool(true);
|
||||||
bad:
|
bad:
|
||||||
if (closure->errstr == NULL)
|
if (closure->errstr == NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user