Skip to content

Commit

Permalink
Update reset.c (#660)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
rkhapov authored Aug 13, 2024
1 parent da72d68 commit c910d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int od_reset(od_server_t *server)
goto error;
}

if (server->relay.iov) {
if (machine_iov_pending(server->relay.iov)) {
goto error;
}

Expand Down

0 comments on commit c910d21

Please sign in to comment.