Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349763
b: refs/heads/master
c: 816cd5b
h: refs/heads/master
i:
  349761: cbf906a
  349759: 671a3e6
v: v3
  • Loading branch information
Pau Koning authored and David S. Miller committed Feb 13, 2013
1 parent 4150575 commit 7d14a9c
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: 8770e91aa61127f82eb8a9e641832474dbbcc8f1
refs/heads/master: 816cd5b83e4d8f3c8106966e64a025408caee3f6
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/distributed-arp-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static bool batadv_is_orig_node_eligible(struct batadv_dat_candidate *res,
/* this is an hash collision with the temporary selected node. Choose
* the one with the lowest address
*/
if ((tmp_max == max) &&
if ((tmp_max == max) && max_orig_node &&
(batadv_compare_eth(candidate->orig, max_orig_node->orig) > 0))
goto out;

Expand Down

0 comments on commit 7d14a9c

Please sign in to comment.