]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Fixed #define that was commited by mistake.
authorIvan Delamer <delamer@inicotech.com>
Sat, 5 May 2012 00:19:40 +0000 (18:19 -0600)
committerIvan Delamer <delamer@inicotech.com>
Sat, 5 May 2012 00:19:40 +0000 (18:19 -0600)
Change-Id: Ic44560284e932b2d7c503155085160647ac82bb8

src/core/ipv6/ip6.c

index 3d8e3d1b043f9326dbe15f5b8bcb6f838926bc25..feed8c141ad60753020d0e785b4e724f4975878b 100644 (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;
     }