Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253858
b: refs/heads/master
c: fc2af6c
h: refs/heads/master
v: v3
  • Loading branch information
Fernando Luis Vázquez Cao authored and David S. Miller committed Jun 17, 2011
1 parent 93953a2 commit 549b2d5
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: 62b2bcb49cca72f6d3f39f831127a6ab315a475d
refs/heads/master: fc2af6c73fc9449cd5894a36bb76b8f8c0e49fd8
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ static int br_multicast_ipv6_rcv(struct net_bridge *br,
goto out;
}
mld = (struct mld_msg *)skb_transport_header(skb2);
BR_INPUT_SKB_CB(skb2)->mrouters_only = 1;
BR_INPUT_SKB_CB(skb)->mrouters_only = 1;
err = br_ip6_multicast_add_group(br, port, &mld->mld_mca);
break;
}
Expand Down

0 comments on commit 549b2d5

Please sign in to comment.