Commit ae72e904 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

varnishncsa: Pass the -b and -c options downstream

parent 1000b772
......@@ -1160,6 +1160,12 @@ main(int argc, char * const *argv)
if (!CTX.b_opt || CTX.E_opt)
CTX.c_opt = 1;
if (CTX.b_opt)
AN(VUT_Arg(vut, 'b', NULL));
if (CTX.c_opt)
AN(VUT_Arg(vut, 'c', NULL));
if (optind != argc)
VUT_Usage(vut, &vopt_spec, 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