Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34548
b: refs/heads/master
c: fefc2a6
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Sep 22, 2006
1 parent 7a27806 commit 4d74f96
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 825e288ef4c55a379a97e104c825eb9b74874099
refs/heads/master: fefc2a6c201aeafc1d0329a140de502d49f69d04
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ struct fib6_node * fib6_lookup(struct fib6_node *root, struct in6_addr *daddr,
}
};

fn = fib6_lookup_1(root, args);
fn = fib6_lookup_1(root, daddr ? args : args + 1);

if (fn == NULL || fn->fn_flags & RTN_TL_ROOT)
fn = root;
Expand Down

0 comments on commit 4d74f96

Please sign in to comment.