Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340537
b: refs/heads/master
c: 9f9ff08
h: refs/heads/master
i:
  340535: 8aedd61
v: v3
  • Loading branch information
Antonio Quartulli committed Oct 29, 2012
1 parent e93660d commit dcb6319
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: b8fcfa42e4ec5d55d4cccd5c728415e8bca0539d
refs/heads/master: 9f9ff08d26b2f6ecea7900a9c9543c627cd95e56
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 @@ -2420,7 +2420,7 @@ bool batadv_tt_global_client_is_roaming(struct batadv_priv *bat_priv,
if (!tt_global_entry)
goto out;

ret = tt_global_entry->common.flags & BATADV_TT_CLIENT_ROAM;
ret = !!(tt_global_entry->common.flags & BATADV_TT_CLIENT_ROAM);
batadv_tt_global_entry_free_ref(tt_global_entry);
out:
return ret;
Expand Down

0 comments on commit dcb6319

Please sign in to comment.