mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
Fixed #define that was commited by mistake.
Change-Id: Ic44560284e932b2d7c503155085160647ac82bb8
This commit is contained in:
parent
6e81f722ad
commit
944adc56ee
@ -405,7 +405,7 @@ ip6_input(struct pbuf *p, struct netif *inp)
|
|||||||
ip6_addr_isallnodes_linklocal(ip6_current_dest_addr())) {
|
ip6_addr_isallnodes_linklocal(ip6_current_dest_addr())) {
|
||||||
netif = inp;
|
netif = inp;
|
||||||
}
|
}
|
||||||
#if 0
|
#if LWIP_IPV6_MLD
|
||||||
else if (mld6_lookfor_group(inp, ip6_current_dest_addr())) {
|
else if (mld6_lookfor_group(inp, ip6_current_dest_addr())) {
|
||||||
netif = inp;
|
netif = inp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user