mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-05 12:46:54 +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>