[master] 2afa4c6 That was meant to be a "common" variable.

Poul-Henning Kamp phk at FreeBSD.org
Thu Dec 22 11:55:05 CET 2016


commit 2afa4c66bc86b719236fa39ccb96ae3014b0a15a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Dec 22 10:54:04 2016 +0000

    That was meant to be a "common" variable.

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index d820aa2..1feef09 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -73,7 +73,7 @@ struct VSC_C_mgt	*VSC_C_mgt;
 
 static struct vpf_fh *pfh = NULL;
 
-extern int optreset;	// Some has it, some doesn't.  Cheaper than auto*
+int optreset;	// Some has it, some doesn't.  Cheaper than auto*
 
 /*--------------------------------------------------------------------*/
 



More information about the varnish-commit mailing list