monitor/att: Fix not removing read from queue
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 20 May 2022 23:17:11 +0000 (16:17 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit4194646aeed17dcdf1d89f9726cb9d8d2238909f
tree2437417410a04b2407332de8e81de6e46c5e4c27
parent27e03c6bc9c104ade8bfc47f31f588a1fe5cbbf5
monitor/att: Fix not removing read from queue

The code was using queue_find instead of queue_remove_if so follow up
read wouldn't match the attribute properly.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/att.c