Commit 919756c
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 <[email protected]>1 parent 85053ad commit 919756c
1 file changed
+1
-1
lines changed| 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