b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server
@ 2016-11-01 12:17 Sven Eckelmann
  2016-11-01 15:00 ` Simon Wunderlich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2016-11-01 12:17 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 vis/vis.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vis/vis.c b/vis/vis.c
index 51d7f5c..22e052b 100644
--- a/vis/vis.c
+++ b/vis/vis.c
@@ -1139,6 +1139,8 @@ static int vis_server(struct globals *globals)
 		vis_update_data(globals);
 		sleep(UPDATE_INTERVAL);
 	}
+
+	return 0;
 }
 
 int main(int argc, char *argv[])
-- 
2.10.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server
  2016-11-01 12:17 [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server Sven Eckelmann
@ 2016-11-01 15:00 ` Simon Wunderlich
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Wunderlich @ 2016-11-01 15:00 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

On Tuesday, November 1, 2016 1:17:25 PM CET Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>

Applied in a2f7436.

Thanks,
   Simon

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-01 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-01 12:17 [B.A.T.M.A.N.] [PATCH] alfred: vis: Add missing return for vis_server Sven Eckelmann
2016-11-01 15:00 ` Simon Wunderlich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).