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:
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);
|
||||
|
||||
debug_return_int(0);
|
||||
|
||||
debug_return_bool(true);
|
||||
bad:
|
||||
if (closure->errstr == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user