diff options
Diffstat (limited to 'net/key')
-rw-r--r-- | net/key/af_key.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/key/af_key.c b/net/key/af_key.c index a99444142dc7..d302ddae580c 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c | |||
@@ -1448,8 +1448,6 @@ static int pfkey_add(struct sock *sk, struct sk_buff *skb, struct sadb_msg *hdr, | |||
1448 | int err; | 1448 | int err; |
1449 | struct km_event c; | 1449 | struct km_event c; |
1450 | 1450 | ||
1451 | xfrm_probe_algs(); | ||
1452 | |||
1453 | x = pfkey_msg2xfrm_state(hdr, ext_hdrs); | 1451 | x = pfkey_msg2xfrm_state(hdr, ext_hdrs); |
1454 | if (IS_ERR(x)) | 1452 | if (IS_ERR(x)) |
1455 | return PTR_ERR(x); | 1453 | return PTR_ERR(x); |