Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66328
b: refs/heads/master
c: f7944fb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Oct 10, 2007
1 parent 998bdc3 commit 763c49e
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: 3b26a9a655ee73a87071a9f6a1fdd5311e31d7c9
refs/heads/master: f7944fb1913130ae7858008af96e52a3a6b04118
2 changes: 1 addition & 1 deletion trunk/net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ int __xfrm_lookup(struct dst_entry **dst_p, struct flowi *fl,
pol_dead = 0;
xfrm_nr = 0;

if (sk && sk->sk_policy[1]) {
if (sk && sk->sk_policy[XFRM_POLICY_OUT]) {
policy = xfrm_sk_policy_lookup(sk, XFRM_POLICY_OUT, fl);
if (IS_ERR(policy))
return PTR_ERR(policy);
Expand Down

0 comments on commit 763c49e

Please sign in to comment.