Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98841
b: refs/heads/master
c: 0ce2855
h: refs/heads/master
i:
  98839: 795c255
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Jul 10, 2008
1 parent 2fb188f commit 6ffccb9
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: fe785bee05f08d37b34b7399d003b74199274ce4
refs/heads/master: 0ce28553cc018be5022f51e67c87997f7271534e
2 changes: 1 addition & 1 deletion trunk/net/ipv6/exthdrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static int ipv6_rthdr_rcv(struct sk_buff *skb)
kfree_skb(skb);
return -1;
}
if (!ipv6_chk_home_addr(&init_net, addr)) {
if (!ipv6_chk_home_addr(dev_net(skb->dst->dev), addr)) {
IP6_INC_STATS_BH(ip6_dst_idev(skb->dst),
IPSTATS_MIB_INADDRERRORS);
kfree_skb(skb);
Expand Down

0 comments on commit 6ffccb9

Please sign in to comment.