From 944adc56eeee2e73c5a654376bbdb49387a72818 Mon Sep 17 00:00:00 2001 From: Ivan Delamer Date: Fri, 4 May 2012 18:19:40 -0600 Subject: [PATCH] Fixed #define that was commited by mistake. Change-Id: Ic44560284e932b2d7c503155085160647ac82bb8 --- src/core/ipv6/ip6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv6/ip6.c b/src/core/ipv6/ip6.c index 3d8e3d1b..feed8c14 100644 --- a/src/core/ipv6/ip6.c +++ b/src/core/ipv6/ip6.c @@ -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; }