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