Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34430
b: refs/heads/master
c: 3226f68
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Sep 22, 2006
1 parent 1518251 commit c4334c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c813a7297e3af4cd7c3458e09e9ee3d161c6830
refs/heads/master: 3226f6881719e61e00e92b4c85a8ef49aa4d42b1
4 changes: 3 additions & 1 deletion trunk/net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ int fib6_rule_action(struct fib_rule *rule, struct flowi *flp,

if (rt != &ip6_null_entry)
goto out;

dst_release(&rt->u.dst);
rt = NULL;
goto out;

discard_pkt:
dst_hold(&rt->u.dst);
out:
Expand Down

0 comments on commit c4334c7

Please sign in to comment.