Commit 7a1ef8e0 authored by Geoff Simmons's avatar Geoff Simmons

restore the use of the -c flag (for patched versions of the VSL

API that use it to prune the tx tree)
parent 98be19ad
......@@ -716,6 +716,7 @@ CHILD_Main(int readconfig)
}
/* Log filters */
assert(VSL_Arg(vsl, 'c', NULL) > 0);
assert(VSL_Arg(vsl, 'i', I_TAG) > 0);
assert(VSL_Arg(vsl, 'I', I_FILTER_VCL_LOG) > 0);
assert(VSL_Arg(vsl, 'I', I_FILTER_TS) > 0);
......
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