mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user