From 6e3d99ec03d6cb86ace9695d83126fd11f17e227 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Wed, 20 Dec 2023 15:51:51 +0100 Subject: [PATCH] responder: Cancel responses 2 --- iiod-responder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiod-responder.c b/iiod-responder.c index 1d0bfc84c..4ee7ef374 100644 --- a/iiod-responder.c +++ b/iiod-responder.c @@ -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; }