Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233417
b: refs/heads/master
c: 6b0d6a9
h: refs/heads/master
i:
  233415: 114c29c
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 12, 2011
1 parent 8ecf5dc commit a09d956
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 946bf5ee3c46f73b5cbd52aab594697b1a132d1f
refs/heads/master: 6b0d6a9b4296fa16a28d10d416db7a770fc03287
3 changes: 2 additions & 1 deletion trunk/net/bridge/br_multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,8 @@ static int br_multicast_add_group(struct net_bridge *br,
goto err;

if (!port) {
hlist_add_head(&mp->mglist, &br->mglist);
if (hlist_unhashed(&mp->mglist))
hlist_add_head(&mp->mglist, &br->mglist);
mod_timer(&mp->timer, now + br->multicast_membership_interval);
goto out;
}
Expand Down

0 comments on commit a09d956

Please sign in to comment.