This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / xfrm / xfrm_user.c
index eccc023..99edfc6 100644 (file)
@@ -267,8 +267,6 @@ 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;