[master] dc24aa9 Staticize

Poul-Henning Kamp phk at FreeBSD.org
Mon Dec 14 14:52:22 CET 2015


commit dc24aa95156fee011d501a96f64fca062670fe72
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Dec 14 13:51:37 2015 +0000

    Staticize

diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index 91b49c7..a9e2cde 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -47,7 +47,7 @@ struct priv_vcl {
 	uintptr_t		exp_cb;
 };
 
-VCL_DURATION vcl_release_delay = 0.0;
+static VCL_DURATION vcl_release_delay = 0.0;
 
 VCL_VOID __match_proto__(td_debug_panic)
 vmod_panic(VRT_CTX, const char *str, ...)



More information about the varnish-commit mailing list