Skip to content

Commit

Permalink
[PATCH] net/ipv6/mcast.c NULL noise removal
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent bee14e1 commit e80e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e80e28b

Please sign in to comment.