Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242659
b: refs/heads/master
c: fcd13f4
h: refs/heads/master
i:
  242657: 7c5ef9e
  242655: bb91b45
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 24, 2011
1 parent 39066a8 commit 5d5ac55
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: 6f71d7927c9a9efb7d7e9e6d227d5e246a9c5bd7
refs/heads/master: fcd13f42c9d6ab7b1024b9b7125a2e8db3cc00b2
2 changes: 1 addition & 1 deletion trunk/net/ipv4/fib_semantics.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static struct fib_info *fib_find_info(const struct fib_info *nfi)
nfi->fib_prefsrc == fi->fib_prefsrc &&
nfi->fib_priority == fi->fib_priority &&
memcmp(nfi->fib_metrics, fi->fib_metrics,
sizeof(fi->fib_metrics)) == 0 &&
sizeof(u32) * RTAX_MAX) == 0 &&
((nfi->fib_flags ^ fi->fib_flags) & ~RTNH_F_DEAD) == 0 &&
(nfi->fib_nhs == 0 || nh_comp(fi, nfi) == 0))
return fi;
Expand Down

0 comments on commit 5d5ac55

Please sign in to comment.