[master] 85ee808 Remove support for -badvcl, use -errvcl instead
Poul-Henning Kamp
phk at varnish-cache.org
Thu Oct 25 11:14:00 CEST 2012
commit 85ee808d4273303d1a8723ac403d52b19a253ac9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Thu Oct 25 09:13:48 2012 +0000
Remove support for -badvcl, use -errvcl instead
diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index b38a289..9857c24 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -855,12 +855,6 @@ cmd_varnish(CMD_ARGS)
av++;
continue;
}
- if (!strcmp(*av, "-badvcl")) {
- AN(av[1]);
- varnish_vcl(v, av[1], CLIS_PARAM, NULL);
- av++;
- continue;
- }
if (!strcmp(*av, "-errvcl")) {
char *r = NULL;
AN(av[1]);
More information about the varnish-commit
mailing list