Commit b0e51829 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make the -b VCL-snippet use syntax 4.1

parent 70d49d59
......@@ -592,7 +592,7 @@ main(int argc, char * const *argv)
REPLACE(fa->farg, "<-b argument>");
vsb = VSB_new_auto();
AN(vsb);
VSB_printf(vsb, "vcl 4.0;\n");
VSB_printf(vsb, "vcl 4.1;\n");
VSB_printf(vsb, "backend default {\n");
if (*optarg != '/')
VSB_printf(vsb, " .host = \"%s\";\n",
......
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