Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fix group resource searching
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed Jun 21, 2024
1 parent e9d6fad commit 3fa97c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chan_quectel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3fa97c3

Please sign in to comment.