diff options
Diffstat (limited to 'net/xfrm')
-rw-r--r-- | net/xfrm/xfrm_output.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c index 8c852119d190..9847baec4094 100644 --- a/net/xfrm/xfrm_output.c +++ b/net/xfrm/xfrm_output.c | |||
@@ -76,8 +76,6 @@ int xfrm_output(struct sk_buff *skb) | |||
76 | 76 | ||
77 | spin_unlock_bh(&x->lock); | 77 | spin_unlock_bh(&x->lock); |
78 | 78 | ||
79 | skb_reset_network_header(skb); | ||
80 | |||
81 | if (!(skb->dst = dst_pop(dst))) { | 79 | if (!(skb->dst = dst_pop(dst))) { |
82 | err = -EHOSTUNREACH; | 80 | err = -EHOSTUNREACH; |
83 | goto error_nolock; | 81 | goto error_nolock; |