forked from Imagelibrary/lwip
Fix infinite loop in new MLD6 code
This commit is contained in:
@@ -475,6 +475,7 @@ mld6_tmr(void)
|
||||
}
|
||||
group = group->next;
|
||||
}
|
||||
netif = netif->next;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user