Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278304
b: refs/heads/master
c: 5eb81e8
h: refs/heads/master
v: v3
  • Loading branch information
Jun Zhao authored and David S. Miller committed Dec 1, 2011
1 parent 396b7be commit a9f125b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 32092ecf0644e91070f9eff4f6e1edda8f90aecc
refs/heads/master: 5eb81e89164a5cea31dbc2df37a33588d4466352
4 changes: 2 additions & 2 deletions trunk/net/ipv4/igmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1579,7 +1579,7 @@ static int ip_mc_del_src(struct in_device *in_dev, __be32 *pmca, int sfmode,
* Add multicast single-source filter to the interface list
*/
static int ip_mc_add1_src(struct ip_mc_list *pmc, int sfmode,
__be32 *psfsrc, int delta)
__be32 *psfsrc)
{
struct ip_sf_list *psf, *psf_prev;

Expand Down Expand Up @@ -1714,7 +1714,7 @@ static int ip_mc_add_src(struct in_device *in_dev, __be32 *pmca, int sfmode,
pmc->sfcount[sfmode]++;
err = 0;
for (i=0; i<sfcount; i++) {
err = ip_mc_add1_src(pmc, sfmode, &psfsrc[i], delta);
err = ip_mc_add1_src(pmc, sfmode, &psfsrc[i]);
if (err)
break;
}
Expand Down

0 comments on commit a9f125b

Please sign in to comment.