Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34445
b: refs/heads/master
c: b142955
h: refs/heads/master
i:
  34443: a2fe4cf
v: v3
  • Loading branch information
Ville Nuorvala authored and David S. Miller committed Sep 22, 2006
1 parent f67d9ac commit e9dd0b5
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 99a92ff50424146ba01a222248fd47a1cd55b78f
refs/heads/master: b14295532421c40f82ee099fdbd3d011f022e756
6 changes: 5 additions & 1 deletion trunk/net/ipv6/fib6_rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ struct dst_entry *fib6_rule_lookup(struct flowi *fl, int flags,
if (arg.rule)
fib_rule_put(arg.rule);

return (struct dst_entry *) arg.result;
if (arg.result)
return (struct dst_entry *) arg.result;

dst_hold(&ip6_null_entry.u.dst);
return &ip6_null_entry.u.dst;
}

static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp,
Expand Down

0 comments on commit e9dd0b5

Please sign in to comment.