Commit a4723917 authored by Geoff Simmons's avatar Geoff Simmons

Remove an unnecessary (and non-standard) CLI arg in env.vtc.

parent cdbd8fac
...@@ -12,7 +12,6 @@ varnish v1 -vcl+backend { ...@@ -12,7 +12,6 @@ varnish v1 -vcl+backend {
sub vcl_init { sub vcl_init {
new env = pipe.vdp("${env}"); new env = pipe.vdp("${env}");
env.arg("-v");
} }
sub vcl_deliver { sub vcl_deliver {
......
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