Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253857
b: refs/heads/master
c: 62b2bcb
h: refs/heads/master
i:
  253855: c6ec3d6
v: v3
  • Loading branch information
Fernando Luis Vázquez Cao authored and David S. Miller committed Jun 17, 2011
1 parent dfa6657 commit 93953a2
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: d40261236e8e278cb1936cb5e934262971692b10
refs/heads/master: 62b2bcb49cca72f6d3f39f831127a6ab315a475d
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ static int br_multicast_ipv4_rcv(struct net_bridge *br,
switch (ih->type) {
case IGMP_HOST_MEMBERSHIP_REPORT:
case IGMPV2_HOST_MEMBERSHIP_REPORT:
BR_INPUT_SKB_CB(skb2)->mrouters_only = 1;
BR_INPUT_SKB_CB(skb)->mrouters_only = 1;
err = br_ip4_multicast_add_group(br, port, ih->group);
break;
case IGMPV3_HOST_MEMBERSHIP_REPORT:
Expand Down

0 comments on commit 93953a2

Please sign in to comment.