diff options
Diffstat (limited to 'net/ipv4/igmp.c')
| -rw-r--r-- | net/ipv4/igmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index d8ce7133cd8f..64ce52bf0485 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c | |||
| @@ -970,7 +970,7 @@ int igmp_rcv(struct sk_buff *skb) | |||
| 970 | case IGMP_MTRACE_RESP: | 970 | case IGMP_MTRACE_RESP: |
| 971 | break; | 971 | break; |
| 972 | default: | 972 | default: |
| 973 | NETDEBUG(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type); | 973 | break; |
| 974 | } | 974 | } |
| 975 | 975 | ||
| 976 | drop: | 976 | drop: |
| @@ -1578,7 +1578,7 @@ static int sf_setstate(struct ip_mc_list *pmc) | |||
| 1578 | new_in = psf->sf_count[MCAST_INCLUDE] != 0; | 1578 | new_in = psf->sf_count[MCAST_INCLUDE] != 0; |
| 1579 | if (new_in) { | 1579 | if (new_in) { |
| 1580 | if (!psf->sf_oldin) { | 1580 | if (!psf->sf_oldin) { |
| 1581 | struct ip_sf_list *prev = 0; | 1581 | struct ip_sf_list *prev = NULL; |
| 1582 | 1582 | ||
| 1583 | for (dpsf=pmc->tomb; dpsf; dpsf=dpsf->sf_next) { | 1583 | for (dpsf=pmc->tomb; dpsf; dpsf=dpsf->sf_next) { |
| 1584 | if (dpsf->sf_inaddr == psf->sf_inaddr) | 1584 | if (dpsf->sf_inaddr == psf->sf_inaddr) |
