commit | e80e28b6b67ecc25fa89c9129a5f70de6389b2a6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 03 20:10:03 2006 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 07 20:58:56 2006 -0500 |
tree | 69f66c7089a57baec38d2275ba6757d15582c1ba | |
parent | bee14e1f8ae2d5fd3f324e0c8562f791537160b2 [diff] |
[PATCH] net/ipv6/mcast.c NULL noise removal Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 4420948..807c021 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c
@@ -1978,7 +1978,7 @@ 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) {