[master] bbd44818d Flexelinting

Nils Goroll nils.goroll at uplex.de
Tue Jul 11 19:31:05 UTC 2023


commit bbd44818da4eb10e46e1855a0e19694f6f817168
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Jul 11 21:30:30 2023 +0200

    Flexelinting

diff --git a/bin/varnishd/mgt/mgt_child.c b/bin/varnishd/mgt/mgt_child.c
index 6b7c2b0e7..b4fd329bb 100644
--- a/bin/varnishd/mgt/mgt_child.c
+++ b/bin/varnishd/mgt/mgt_child.c
@@ -57,7 +57,6 @@
 #include "vtim.h"
 
 #include "common/heritage.h"
-#include "common/vsmw.h"
 
 static pid_t		child_pid = -1;
 
@@ -450,7 +449,7 @@ mgt_launch_child(struct cli *cli)
 			    bstart ? "startup" : "cli", dstart,
 			    bstart ? "" : " (tip: set startup_timeout)");
 		child_pid = pid;
-		kill_child();
+		(void)kill_child();
 		mgt_reap_child();
 		child_state = CH_STOPPED;
 		return;


More information about the varnish-commit mailing list