aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/xfrm/xfrm_output.c')
-rw-r--r--net/xfrm/xfrm_output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c
index 81ad8eb2b283..f4a1047a5573 100644
--- a/net/xfrm/xfrm_output.c
+++ b/net/xfrm/xfrm_output.c
@@ -66,6 +66,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
66 if (unlikely(x->replay.oseq == 0)) { 66 if (unlikely(x->replay.oseq == 0)) {
67 x->replay.oseq--; 67 x->replay.oseq--;
68 xfrm_audit_state_replay_overflow(x, skb); 68 xfrm_audit_state_replay_overflow(x, skb);
69 err = -EOVERFLOW;
69 goto error; 70 goto error;
70 } 71 }
71 if (xfrm_aevent_is_on()) 72 if (xfrm_aevent_is_on())