Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90414
b: refs/heads/master
c: 09382ba
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Mar 27, 2008
1 parent 5f4d020 commit 4efc0a6
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: 2d38f9a4f8d2ebdc799f03eecf82345825495711
refs/heads/master: 09382bac667821017144de6b733a26f29a1c185b
2 changes: 1 addition & 1 deletion trunk/include/net/pkt_cls.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ tcf_match_indev(struct sk_buff *skb, char *indev)
if (indev[0]) {
if (!skb->iif)
return 0;
dev = __dev_get_by_index(&init_net, skb->iif);
dev = __dev_get_by_index(dev_net(skb->dev), skb->iif);
if (!dev || strcmp(indev, dev->name))
return 0;
}
Expand Down

0 comments on commit 4efc0a6

Please sign in to comment.