Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278305
b: refs/heads/master
c: 99d2f47
h: refs/heads/master
i:
  278303: 396b7be
v: v3
  • Loading branch information
Jun Zhao authored and David S. Miller committed Dec 1, 2011
1 parent a9f125b commit 4fc37df
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: 5eb81e89164a5cea31dbc2df37a33588d4466352
refs/heads/master: 99d2f47aa9d3ad40daa6ee0770e91b95b71082f0
4 changes: 2 additions & 2 deletions trunk/net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ static int ip6_mc_del_src(struct inet6_dev *idev, const struct in6_addr *pmca,
* Add multicast single-source filter to the interface list
*/
static int ip6_mc_add1_src(struct ifmcaddr6 *pmc, int sfmode,
const struct in6_addr *psfsrc, int delta)
const struct in6_addr *psfsrc)
{
struct ip6_sf_list *psf, *psf_prev;

Expand Down Expand Up @@ -2049,7 +2049,7 @@ static int ip6_mc_add_src(struct inet6_dev *idev, const struct in6_addr *pmca,
pmc->mca_sfcount[sfmode]++;
err = 0;
for (i=0; i<sfcount; i++) {
err = ip6_mc_add1_src(pmc, sfmode, &psfsrc[i], delta);
err = ip6_mc_add1_src(pmc, sfmode, &psfsrc[i]);
if (err)
break;
}
Expand Down

0 comments on commit 4fc37df

Please sign in to comment.