mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 01:44:38 +08:00

commit 8c52afb6ca21 ("igmp: Optimize code by always skipping the first entry in the linked groups list - it is always the "allsystems" entry") accidently changes the code logic. it should check groupref rather than group. Signed-off-by: Axel Lin <axel.lin@ingics.com>