Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74688
b: refs/heads/master
c: ca46f9c
h: refs/heads/master
v: v3
  • Loading branch information
Mitsuru Chinen authored and David S. Miller committed Dec 7, 2007
1 parent 0a9dda6 commit 0a57f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73afc9069289bdb77cf0c81cb9775dcb63894bbe
refs/heads/master: ca46f9c834913fc5d5c196d70673375cdaba6b56
2 changes: 2 additions & 0 deletions trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ static int ip6_dst_lookup_tail(struct sock *sk,
return 0;

out_err_release:
if (err == -ENETUNREACH)
IP6_INC_STATS_BH(NULL, IPSTATS_MIB_OUTNOROUTES);
dst_release(*dst);
*dst = NULL;
return err;
Expand Down

0 comments on commit 0a57f6f

Please sign in to comment.