Commit 6f32768
committed
extmod/modlwip: Fix IGMP address type when IPv6 is enabled.
This was missed in 628abf8. The the bug
was that, when IPv6 is enabled, the `sizeof(ip_addr_t)` is much larger than
IPv4 size, which is what's needed for IGMP addressing.
Fixes issue micropython#16100.
Signed-off-by: Damien George <damien@micropython.org>1 parent a7d3bc2 commit 6f32768
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
| 1435 | + | |
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
| |||
0 commit comments