aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/ip6_output.c')
-rw-r--r--net/ipv6/ip6_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 91fb4e8212f5..ad138b187fb2 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -909,7 +909,7 @@ static int ip6_dst_lookup_tail(struct sock *sk,
909 909
910out_err_release: 910out_err_release:
911 if (err == -ENETUNREACH) 911 if (err == -ENETUNREACH)
912 IP6_INC_STATS_BH(net, NULL, IPSTATS_MIB_OUTNOROUTES); 912 IP6_INC_STATS(net, NULL, IPSTATS_MIB_OUTNOROUTES);
913 dst_release(*dst); 913 dst_release(*dst);
914 *dst = NULL; 914 *dst = NULL;
915 return err; 915 return err;