Commit b6f79886 authored by David S. Miller's avatar David S. Miller

[XFRM_USER]: Fix xfrm_find_acq args.

parent 217040ae
......@@ -390,7 +390,7 @@ static int xfrm_alloc_userspi(struct sk_buff *skb, struct nlmsghdr *nlh, void **
goto out_noput;
x = xfrm_find_acq(p->info.mode, p->info.reqid, p->info.id.proto,
p->info.sel.daddr.xfrm4_addr,
p->info.sel.saddr.xfrm4_addr);
p->info.sel.saddr.xfrm4_addr, 1);
err = -ENOENT;
if (x == NULL)
goto out_noput;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment