diff options
Diffstat (limited to 'net/xfrm/xfrm_output.c')
-rw-r--r-- | net/xfrm/xfrm_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_output.c b/net/xfrm/xfrm_output.c index 4ae87c5ce2e3..fef6b2da3c5d 100644 --- a/net/xfrm/xfrm_output.c +++ b/net/xfrm/xfrm_output.c | |||
@@ -102,6 +102,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err) | |||
102 | skb_dst_force(skb); | 102 | skb_dst_force(skb); |
103 | if (!skb_dst(skb)) { | 103 | if (!skb_dst(skb)) { |
104 | XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTERROR); | 104 | XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTERROR); |
105 | err = -EHOSTUNREACH; | ||
105 | goto error_nolock; | 106 | goto error_nolock; |
106 | } | 107 | } |
107 | 108 | ||