Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965339AbVKBX0e (ORCPT ); Wed, 2 Nov 2005 18:26:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965338AbVKBX0e (ORCPT ); Wed, 2 Nov 2005 18:26:34 -0500 Received: from send.forptr.21cn.com ([202.105.45.50]:55696 "HELO 21cn.com") by vger.kernel.org with SMTP id S965336AbVKBX0d (ORCPT ); Wed, 2 Nov 2005 18:26:33 -0500 Message-ID: <43694B94.7010605@21cn.com> Date: Thu, 03 Nov 2005 07:28:20 +0800 From: Yan Zheng User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, David Stevens Subject: Re: [PATCH][MCAST]IPv6: small fix for ip6_mc_msfilter(...) References: <4367FF22.3030601@21cn.com> <39e6f6c70511021355i52aff7e4n19ca4c1e24b21bb7@mail.gmail.com> In-Reply-To: <39e6f6c70511021355i52aff7e4n19ca4c1e24b21bb7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AIMC-AUTH: yanzheng X-AIMC-MAILFROM: yanzheng@21cn.com X-AIMC-Msg-ID: 6jFC27OB Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 943 Lines: 35 > > Could you please compile test it next time :-) hint, missing ';'. > Anyway, fixed up by hand. > > - Arnaldo > > I'm so sorry. ============================================================ --- linux-2.6.14/net/ipv4/igmp.c 2005-10-28 08:02:08.000000000 +0800 +++ linux/net/ipv4/igmp.c 2005-11-02 07:31:01.000000000 +0800 @@ -1908,8 +1908,11 @@ int ip_mc_msfilter(struct sock *sk, stru sock_kfree_s(sk, newpsl, IP_SFLSIZE(newpsl->sl_max)); goto done; } - } else + } else { newpsl = NULL; + (void) ip_mc_add_src(in_dev, &msf->imsf_multiaddr, + msf->imsf_fmode, 0, NULL, 0); + } psl = pmc->sflist; if (psl) { (void) ip_mc_del_src(in_dev, &msf->imsf_multiaddr, pmc->sfmode, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/