aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfrm/xfrm_policy.c')
-rw-r--r--net/xfrm/xfrm_policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index 03b6bf85d70b..410233c5681e 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -3519,7 +3519,7 @@ int __xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb,
3519 ifcb = xfrm_if_get_cb(); 3519 ifcb = xfrm_if_get_cb();
3520 3520
3521 if (ifcb) { 3521 if (ifcb) {
3522 xi = ifcb->decode_session(skb); 3522 xi = ifcb->decode_session(skb, family);
3523 if (xi) { 3523 if (xi) {
3524 if_id = xi->p.if_id; 3524 if_id = xi->p.if_id;
3525 net = xi->net; 3525 net = xi->net;