mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-13 19:13:37 +08:00
Fix bug #49125: Need a way to iterate multicast groups for MAC filtering
-> let list heads be a public symbol
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
|
||||
/* The list of joined groups. */
|
||||
static struct mld_group* mld_group_list;
|
||||
struct mld_group* mld_group_list;
|
||||
|
||||
|
||||
/* Forward declarations. */
|
||||
|
||||
Reference in New Issue
Block a user