Commit 85ee808d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove support for -badvcl, use -errvcl instead

parent 4edf07ee
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment