mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-29 12:14:28 +00:00
Fix infinite loop in new MLD6 code
This commit is contained in:
parent
c7c6b7ce93
commit
354e385453
@ -475,6 +475,7 @@ mld6_tmr(void)
|
|||||||
}
|
}
|
||||||
group = group->next;
|
group = group->next;
|
||||||
}
|
}
|
||||||
|
netif = netif->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user