Merge to Fedora Core 2 kernel-2.6.8-1.521
[linux-2.6.git] / net / xfrm / xfrm_user.c
index 99edfc6..eccc023 100644 (file)
@@ -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;