Fixed #define that was commited by mistake.

Change-Id: Ic44560284e932b2d7c503155085160647ac82bb8
This commit is contained in:
Ivan Delamer 2012-05-04 18:19:40 -06:00
parent 6e81f722ad
commit 944adc56ee

View File

@ -405,7 +405,7 @@ ip6_input(struct pbuf *p, struct netif *inp)
ip6_addr_isallnodes_linklocal(ip6_current_dest_addr())) {
netif = inp;
}
#if 0
#if LWIP_IPV6_MLD
else if (mld6_lookfor_group(inp, ip6_current_dest_addr())) {
netif = inp;
}