* [B.A.T.M.A.N.] [PATCH] batman-adv: fix multi-line comment
@ 2013-11-05 9:02 Antonio Quartulli
2013-11-13 6:56 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2013-11-05 9:02 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Antonio Quartulli
Introduced by 99a6eb50ef5066e125cedb97bc0fcfcdff4f08cc
("batman-adv: deselect current GW on client mode switch off")
Reported-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
gateway_client.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gateway_client.c b/gateway_client.c
index dca73bb..2d23c82 100644
--- a/gateway_client.c
+++ b/gateway_client.c
@@ -224,7 +224,8 @@ void batadv_gw_check_client_stop(struct batadv_priv *bat_priv)
return;
/* deselect the current gateway so that next time that client mode is
- * enabled a proper GW_ADD event can be sent */
+ * enabled a proper GW_ADD event can be sent
+ */
batadv_gw_select(bat_priv, NULL);
/* if batman-adv is switching the gw client mode off and a gateway was
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-13 6:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-05 9:02 [B.A.T.M.A.N.] [PATCH] batman-adv: fix multi-line comment Antonio Quartulli
2013-11-13 6:56 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox