aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/igmp.c')
-rw-r--r--net/ipv4/igmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c
index 450e5d21ed2a..e9b90a8ca55a 100644
--- a/net/ipv4/igmp.c
+++ b/net/ipv4/igmp.c
@@ -775,7 +775,7 @@ static int igmp_xmarksources(struct ip_mc_list *pmc, int nsrcs, __be32 *srcs)
775 if (psf->sf_count[MCAST_INCLUDE] || 775 if (psf->sf_count[MCAST_INCLUDE] ||
776 pmc->sfcount[MCAST_EXCLUDE] != 776 pmc->sfcount[MCAST_EXCLUDE] !=
777 psf->sf_count[MCAST_EXCLUDE]) 777 psf->sf_count[MCAST_EXCLUDE])
778 continue; 778 break;
779 if (srcs[i] == psf->sf_inaddr) { 779 if (srcs[i] == psf->sf_inaddr) {
780 scount++; 780 scount++;
781 break; 781 break;