diff options
Diffstat (limited to 'net/xfrm')
-rw-r--r-- | net/xfrm/xfrm_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c index 3f565e495ac6..4b26ceedff26 100644 --- a/net/xfrm/xfrm_user.c +++ b/net/xfrm/xfrm_user.c | |||
@@ -1856,7 +1856,7 @@ static int xfrm_new_ae(struct sk_buff *skb, struct nlmsghdr *nlh, | |||
1856 | if (x->km.state != XFRM_STATE_VALID) | 1856 | if (x->km.state != XFRM_STATE_VALID) |
1857 | goto out; | 1857 | goto out; |
1858 | 1858 | ||
1859 | err = xfrm_replay_verify_len(x->replay_esn, rp); | 1859 | err = xfrm_replay_verify_len(x->replay_esn, re); |
1860 | if (err) | 1860 | if (err) |
1861 | goto out; | 1861 | goto out; |
1862 | 1862 | ||