The following commit has been merged in the master branch: commit 996a76087e7736330780c72e4fb0670cc4466eff Author: Sven Eckelmann sven.eckelmann@gmx.de Date: Sat Oct 23 14:30:20 2010 +0000
batman-adv: Add missing space in originator.c
Signed-off-by: Sven Eckelmann sven.eckelmann@gmx.de
diff --git a/originator.c b/originator.c index fb298e3..8c72a40 100644 --- a/originator.c +++ b/originator.c @@ -174,7 +174,7 @@ struct orig_node *get_orig_node(struct bat_priv *bat_priv, uint8_t *addr) goto free_bcast_own_sum;
if (bat_priv->orig_hash->elements * 4 > bat_priv->orig_hash->size) { - swaphash = hash_resize(bat_priv->orig_hash,choose_orig, + swaphash = hash_resize(bat_priv->orig_hash, choose_orig, bat_priv->orig_hash->size * 2);
if (!swaphash)