From: Dave Hart Date: Wed, 28 Oct 2009 09:19:39 +0000 (+0000) Subject: networking.c: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc0a56aeca8055efb408540a85cd9149deabf5b;p=thirdparty%2Fntp.git networking.c: 2nd half of [Bug 1158] in recv_bcast_data() bk: 4ae80cabNHcEVVC2jZ6MWlwkp51lMg --- diff --git a/sntp/networking.c b/sntp/networking.c index a78eec16d6..66c39ebe24 100644 --- a/sntp/networking.c +++ b/sntp/networking.c @@ -333,7 +333,7 @@ recv_bcst_data ( if (IS_IPV4(sas)) setsockopt(rsock, IPPROTO_IP, IP_DROP_MEMBERSHIP, &btrue, sizeof(btrue)); -#ifdef ISC_PLATFORM_HAVEIPV6 +#ifdef INCLUDE_IPV6_MULTICAST_SUPPORT else if (IS_IPV6(sas)) setsockopt(rsock, IPPROTO_IPV6, IPV6_LEAVE_GROUP, &btrue, sizeof(btrue)); #endif