Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278754
b: refs/heads/master
c: 2ef04f4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Marek Lindner committed Dec 6, 2011
1 parent 00e9afc commit 90924e8
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: 1a98489731b0a02ed5c0f842651462050a3af001
refs/heads/master: 2ef04f4752a9687a03b16d4d908cf07ff8b96a3b
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/gateway_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ bool gw_out_of_range(struct bat_priv *bat_priv,
}

neigh_old = find_router(bat_priv, orig_dst_node, NULL);
if (!!neigh_old)
if (!neigh_old)
goto out;

if (curr_tq_avg - neigh_old->tq_avg > GW_THRESHOLD)
Expand Down

0 comments on commit 90924e8

Please sign in to comment.