Skip to content

Commit

Permalink
responder: Cancel responses 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcercuei committed Jan 15, 2024
1 parent 4e7eba3 commit 6e3d99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiod-responder.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static int iiod_responder_reader_thrd(void *d)

iio_mutex_lock(priv->lock);
if (ret < 0)
break;
iiod_responder_cancel_responses(priv, ret);

continue;
}
Expand Down

0 comments on commit 6e3d99e

Please sign in to comment.