Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190231
b: refs/heads/master
c: bc8e4b9
h: refs/heads/master
i:
  190229: b821a7b
  190227: ae23635
  190223: 018cbe5
v: v3
  • Loading branch information
Nicolas Dichtel authored and David S. Miller committed Apr 21, 2010
1 parent cc8fea3 commit 7cfc5f3
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: 1c0b28b1ee90261a0a27194e6684dd2837785064
refs/heads/master: bc8e4b954e463716a57d8113dd50ae9d47b682a7
2 changes: 1 addition & 1 deletion trunk/net/ipv6/xfrm6_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static int xfrm6_fill_dst(struct xfrm_dst *xdst, struct net_device *dev,
xdst->u.dst.dev = dev;
dev_hold(dev);

xdst->u.rt6.rt6i_idev = in6_dev_get(rt->u.dst.dev);
xdst->u.rt6.rt6i_idev = in6_dev_get(dev);
if (!xdst->u.rt6.rt6i_idev)
return -ENODEV;

Expand Down

0 comments on commit 7cfc5f3

Please sign in to comment.