aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfrm/xfrm_user.c')
-rw-r--r--net/xfrm/xfrm_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
index 4d3237d08ffb..ff6fc610730e 100644
--- a/net/xfrm/xfrm_user.c
+++ b/net/xfrm/xfrm_user.c
@@ -883,6 +883,7 @@ static int xfrm_get_policy(struct sk_buff *skb, struct nlmsghdr *nlh, void **xfr
883 MSG_DONTWAIT); 883 MSG_DONTWAIT);
884 } 884 }
885 } else { 885 } else {
886 c.data.byid = p->index;
886 c.event = XFRM_SAP_DELETED; 887 c.event = XFRM_SAP_DELETED;
887 c.seq = nlh->nlmsg_seq; 888 c.seq = nlh->nlmsg_seq;
888 c.pid = nlh->nlmsg_pid; 889 c.pid = nlh->nlmsg_pid;