Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79458
b: refs/heads/master
c: ecfdc8c
h: refs/heads/master
v: v3
  • Loading branch information
Denis V. Lunev authored and David S. Miller committed Jan 28, 2008
1 parent 4291b4a commit 149d8f7
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: 84a885f44961c17a91cae9a9c03e4b3dae5d8d94
refs/heads/master: ecfdc8c5424079393a9b05e8a5aaf5c6873029f6
2 changes: 1 addition & 1 deletion trunk/net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ void ip_rt_get_source(u8 *addr, struct rtable *rt)

if (rt->fl.iif == 0)
src = rt->rt_src;
else if (fib_lookup(&init_net, &rt->fl, &res) == 0) {
else if (fib_lookup(rt->u.dst.dev->nd_net, &rt->fl, &res) == 0) {
src = FIB_RES_PREFSRC(res);
fib_res_put(&res);
} else
Expand Down

0 comments on commit 149d8f7

Please sign in to comment.