Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210804
b: refs/heads/master
c: 7998156
h: refs/heads/master
v: v3
  • Loading branch information
Bob Arendt authored and David S. Miller committed Sep 13, 2010
1 parent 35b5dac commit a89a91e
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: 3429769bc67c7a48b3c01b2452b32171b3450202
refs/heads/master: 7998156344b0d93de61ff8e5d75e96500e43a571
2 changes: 1 addition & 1 deletion trunk/net/ipv4/igmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static void igmp_heard_query(struct in_device *in_dev, struct sk_buff *skb,
int mark = 0;


if (len == 8) {
if (len == 8 || IGMP_V2_SEEN(in_dev)) {
if (ih->code == 0) {
/* Alas, old v1 router presents here. */

Expand Down

0 comments on commit a89a91e

Please sign in to comment.