Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314621
b: refs/heads/master
c: 1f129fe
h: refs/heads/master
i:
  314619: c133579
v: v3
  • Loading branch information
Antonio Quartulli authored and David S. Miller committed Jun 26, 2012
1 parent 3435d3a commit 62631d0
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: 5cee1d37c9f565f1aa515408863dbb13db67dab9
refs/heads/master: 1f129fefd35842bcd450db02b6c63f958384b1b3
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/translation-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -2187,7 +2187,7 @@ bool batadv_is_ap_isolated(struct bat_priv *bat_priv, uint8_t *src,
if (!tt_global_entry)
goto out;

if (_batadv_is_ap_isolated(tt_local_entry, tt_global_entry))
if (!_batadv_is_ap_isolated(tt_local_entry, tt_global_entry))
goto out;

ret = true;
Expand Down

0 comments on commit 62631d0

Please sign in to comment.