Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit fe4331557dd8bd702b592b9b899242af3284ca77 Author: Antonio Quartulli ordex@autistici.org Date: Tue Nov 6 12:05:21 2012 +0100
batman-adv: remove useless goto
This was introduced by ("batman-adv: roaming handling mechanism redesign")
Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
fe4331557dd8bd702b592b9b899242af3284ca77 translation-table.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/translation-table.c b/translation-table.c index 0bdf980..f3628a2 100644 --- a/translation-table.c +++ b/translation-table.c @@ -292,7 +292,6 @@ void batadv_tt_local_add(struct net_device *soft_iface, const uint8_t *addr, */ tt_local->common.flags &= ~BATADV_TT_CLIENT_ROAM; roamed_back = true; - goto check_roaming; } goto check_roaming; }