diff --git a/src/chan_quectel.c b/src/chan_quectel.c index aa96855c..1b7b6b17 100644 --- a/src/chan_quectel.c +++ b/src/chan_quectel.c @@ -807,7 +807,7 @@ static int pvt_find_by_goup_cb(void* obj, void* arg, attribute_unused int flags) return 0; } - return CMP_MATCH | CMP_STOP; + return CMP_MATCH; } struct pvt_find_by_group_rr {