Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9670
b: refs/heads/master
c: fab10fe
h: refs/heads/master
v: v3
  • Loading branch information
Yan Zheng authored and David S. Miller committed Oct 5, 2005
1 parent cc94bb5 commit 7436378
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: 83fa3400ebcba307a60909824a251be984eb9567
refs/heads/master: fab10fe37ad8dc4388fc444c89ef5aefe906354f
2 changes: 1 addition & 1 deletion trunk/net/ipv6/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ static void mld_sendpack(struct sk_buff *skb)

static int grec_size(struct ifmcaddr6 *pmc, int type, int gdel, int sdel)
{
return sizeof(struct mld2_grec) + 4*mld_scount(pmc,type,gdel,sdel);
return sizeof(struct mld2_grec) + 16 * mld_scount(pmc,type,gdel,sdel);
}

static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc,
Expand Down

0 comments on commit 7436378

Please sign in to comment.