Fix infinite loop in new MLD6 code

This commit is contained in:
Daniel Elstner 2016-09-22 00:04:56 +02:00 committed by sg
parent c7c6b7ce93
commit 354e385453

View File

@ -475,6 +475,7 @@ mld6_tmr(void)
}
group = group->next;
}
netif = netif->next;
}
}