Fix a style error introduced by bb69cb678d37144842cb66ee5afd0031c3e412a2 ("batman-adv: generalize batman-adv icmp packet handling")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com ---
Since Simon is rather busy these days I try to help him by sending this patch :)
Cheers,
routing.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/routing.c b/routing.c index c04b7e6..d4114d7 100644 --- a/routing.c +++ b/routing.c @@ -318,7 +318,6 @@ static int batadv_recv_my_icmp_packet(struct batadv_priv *bat_priv, default: /* drop unknown type */ goto out; - } out: if (primary_if)
On Wednesday 23 October 2013 08:22:56 Antonio Quartulli wrote:
Fix a style error introduced by bb69cb678d37144842cb66ee5afd0031c3e412a2 ("batman-adv: generalize batman-adv icmp packet handling")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
Since Simon is rather busy these days I try to help him by sending this patch
Cheers,
routing.c | 1 - 1 file changed, 1 deletion(-)
Applied in revision 03b50b5.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org