From 8d04f3d622ee9200b6d9950987a610b791ed6638 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Wed, 18 Oct 2017 11:48:00 -0500 Subject: [PATCH] docs: correct LWIP_IPV6_MLD reference on #endif comment --- src/api/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index c342ce09..4e3ab985 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -257,7 +257,7 @@ struct lwip_socket_multicast_mld6_pair socket_ipv6_multicast_memberships[LWIP_SO static int lwip_socket_register_mld6_membership(int s, unsigned int if_idx, const ip6_addr_t *multi_addr); static void lwip_socket_unregister_mld6_membership(int s, unsigned int if_idx, const ip6_addr_t *multi_addr); static void lwip_socket_drop_registered_mld6_memberships(int s); -#endif /* LWIP_IGMP */ +#endif /* LWIP_IPV6_MLD */ /** The global array of available sockets */ static struct lwip_sock sockets[NUM_SOCKETS];