diff options
Diffstat (limited to 'net/xfrm/xfrm_output.c')
-rw-r--r-- | net/xfrm/xfrm_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c index 8f3f0eedc5a4..47bacd8c0250 100644 --- a/net/xfrm/xfrm_output.c +++ b/net/xfrm/xfrm_output.c | |||
@@ -96,7 +96,7 @@ resume: | |||
96 | err = -EHOSTUNREACH; | 96 | err = -EHOSTUNREACH; |
97 | goto error_nolock; | 97 | goto error_nolock; |
98 | } | 98 | } |
99 | skb_dst_set(skb, dst_clone(dst)); | 99 | skb_dst_set(skb, dst); |
100 | x = dst->xfrm; | 100 | x = dst->xfrm; |
101 | } while (x && !(x->outer_mode->flags & XFRM_MODE_FLAG_TUNNEL)); | 101 | } while (x && !(x->outer_mode->flags & XFRM_MODE_FLAG_TUNNEL)); |
102 | 102 | ||