X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv6%2Fmcast.c;h=807c021d64a282f5490364f0785cf407b17a7802;hb=e80e28b6b67ecc25fa89c9129a5f70de6389b2a6;hp=4420948a1bfe9f23ec29de602551dd6bca9cbcf3;hpb=34218e06688341bd05a41425b745c7812d118de0;p=linux-2.6 diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 4420948a1b..807c021d64 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c @@ -1978,7 +1978,7 @@ static int sf_setstate(struct ifmcaddr6 *pmc) new_in = psf->sf_count[MCAST_INCLUDE] != 0; if (new_in) { if (!psf->sf_oldin) { - struct ip6_sf_list *prev = 0; + struct ip6_sf_list *prev = NULL; for (dpsf=pmc->mca_tomb; dpsf; dpsf=dpsf->sf_next) {