[master] 63b28b1 remove duplicate loc

Nils Goroll nils.goroll at uplex.de
Wed May 2 12:21:08 UTC 2018


commit 63b28b13fce75aec2e6c9c637e8bc6bfcf5dc51a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed May 2 14:17:43 2018 +0200

    remove duplicate loc

diff --git a/bin/varnishd/cache/cache_vcl_vrt.c b/bin/varnishd/cache/cache_vcl_vrt.c
index fc07bfd..149d41d 100644
--- a/bin/varnishd/cache/cache_vcl_vrt.c
+++ b/bin/varnishd/cache/cache_vcl_vrt.c
@@ -157,7 +157,6 @@ VRT_AddDirector(VRT_CTX, const struct vdi_methods *m, void *priv,
 
 	vdir->methods = m;
 	d->priv = priv;
-	vdir->admin_health = VDI_AH_PROBE;
 	vsb = VSB_new_auto();
 	AN(vsb);
 	VSB_printf(vsb, "%s.", VCL_Name(vcl));


More information about the varnish-commit mailing list