Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262445
b: refs/heads/master
c: a1889c0
h: refs/heads/master
i:
  262443: 3c04b91
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Aug 1, 2011
1 parent e531d13 commit 19c947d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2a1690d8cd5b7a4271f993f59a4484d41e2884c3
refs/heads/master: a1889c0d2039a53ae04abb9f20c62500bd312bf3
2 changes: 1 addition & 1 deletion trunk/net/ipv4/igmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ static int ip_mc_add_src(struct in_device *in_dev, __be32 *pmca, int sfmode,

pmc->sfcount[sfmode]--;
for (j=0; j<i; j++)
(void) ip_mc_del1_src(pmc, sfmode, &psfsrc[i]);
(void) ip_mc_del1_src(pmc, sfmode, &psfsrc[j]);
} else if (isexclude != (pmc->sfcount[MCAST_EXCLUDE] != 0)) {
#ifdef CONFIG_IP_MULTICAST
struct ip_sf_list *psf;
Expand Down

0 comments on commit 19c947d

Please sign in to comment.