[4.1] 63c7766 Remove debugging hack which slipped into previous commit.

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:11 CET 2016


commit 63c77662407f78144a03a0059deded374714b0c4
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 6 13:50:24 2016 +0000

    Remove debugging hack which slipped into previous commit.

diff --git a/bin/varnishd/mgt/mgt_vcl.c b/bin/varnishd/mgt/mgt_vcl.c
index dec0ec0..37359f2 100644
--- a/bin/varnishd/mgt/mgt_vcl.c
+++ b/bin/varnishd/mgt/mgt_vcl.c
@@ -93,7 +93,6 @@ mgt_vcl_del(struct vclprog *vp)
 	VTAILQ_REMOVE(&vclhead, vp, list);
 	XXXAZ(unlink(vp->fname));
 	bprintf(dn, "vcl_%s", vp->name);
-	WRONG("TEST");
 	VJ_master(JAIL_MASTER_FILE);
 	(void)rmdir(dn);		// compiler droppings, eg gcov
 	VJ_master(JAIL_MASTER_LOW);



More information about the varnish-commit mailing list