diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ah6.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 7a33aaa00227..4c0f894d0843 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -581,8 +581,6 @@ static int ah6_input(struct xfrm_state *x, struct sk_buff *skb) | |||
581 | if (err == -EINPROGRESS) | 581 | if (err == -EINPROGRESS) |
582 | goto out; | 582 | goto out; |
583 | 583 | ||
584 | if (err == -EBUSY) | ||
585 | err = NET_XMIT_DROP; | ||
586 | goto out_free; | 584 | goto out_free; |
587 | } | 585 | } |
588 | 586 | ||