[master] 2f40990 Staticize

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 13 11:43:05 CET 2017


commit 2f40990e48602e807b3392829f19732cfbcc4899
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 13 10:42:25 2017 +0000

    Staticize

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index cf8dbd9..896d6e0 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -68,7 +68,7 @@ struct vsb		*vident;
 struct VSC_C_mgt	static_VSC_C_mgt;
 struct VSC_C_mgt	*VSC_C_mgt;
 static int		I_fd = -1;
-char			Cn_arg[] = "/tmp/varnishd_C_XXXXXXX";
+static char		Cn_arg[] = "/tmp/varnishd_C_XXXXXXX";
 
 static struct vpf_fh *pfh = NULL;
 



More information about the varnish-commit mailing list