Commit b540caa7 authored by Masahide Nakamura's avatar Masahide Nakamura Committed by David S. Miller

[IPSEC]: xfrm_user code forgets to call xfrm_probe_algs()

Signed-off-by: default avatarMasahide Nakmura <nakam@linux-ipv6.org>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent ea042215
......@@ -267,6 +267,8 @@ static int xfrm_add_sa(struct sk_buff *skb, struct nlmsghdr *nlh, void **xfrma)
if (err)
return err;
xfrm_probe_algs();
x = xfrm_state_construct(p, (struct rtattr **) xfrma, &err);
if (!x)
return err;
......
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