[master] f43e32d Remove debugging hack which slipped into previous commit.

Poul-Henning Kamp phk at FreeBSD.org
Wed Jan 6 14:51:54 CET 2016


commit f43e32d8279605668419810589d8f91dfaf7f149
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