diff options
Diffstat (limited to 'net/key/af_key.c')
-rw-r--r-- | net/key/af_key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c index aae3cd86ccd7..368707882647 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c | |||
@@ -2326,7 +2326,7 @@ static int pfkey_spddelete(struct sock *sk, struct sk_buff *skb, struct sadb_msg | |||
2326 | return err; | 2326 | return err; |
2327 | } | 2327 | } |
2328 | 2328 | ||
2329 | xp = xfrm_policy_bysel_ctx(net, XFRM_POLICY_TYPE_MAIN, | 2329 | xp = xfrm_policy_bysel_ctx(net, DUMMY_MARK, XFRM_POLICY_TYPE_MAIN, |
2330 | pol->sadb_x_policy_dir - 1, &sel, pol_ctx, | 2330 | pol->sadb_x_policy_dir - 1, &sel, pol_ctx, |
2331 | 1, &err); | 2331 | 1, &err); |
2332 | security_xfrm_policy_free(pol_ctx); | 2332 | security_xfrm_policy_free(pol_ctx); |
@@ -2574,7 +2574,7 @@ static int pfkey_spdget(struct sock *sk, struct sk_buff *skb, struct sadb_msg *h | |||
2574 | return -EINVAL; | 2574 | return -EINVAL; |
2575 | 2575 | ||
2576 | delete = (hdr->sadb_msg_type == SADB_X_SPDDELETE2); | 2576 | delete = (hdr->sadb_msg_type == SADB_X_SPDDELETE2); |
2577 | xp = xfrm_policy_byid(net, XFRM_POLICY_TYPE_MAIN, | 2577 | xp = xfrm_policy_byid(net, DUMMY_MARK, XFRM_POLICY_TYPE_MAIN, |
2578 | dir, pol->sadb_x_policy_id, delete, &err); | 2578 | dir, pol->sadb_x_policy_id, delete, &err); |
2579 | if (xp == NULL) | 2579 | if (xp == NULL) |
2580 | return -ENOENT; | 2580 | return -ENOENT; |