Commit 99cc0b1e authored by Geoff Simmons's avatar Geoff Simmons

Remove the -N arg, no longer available in the VSM/VSL API.

parent cb411094
Pipeline #277 skipped
......@@ -703,9 +703,8 @@ main(int argc, char *argv[])
}
}
if (!EMPTY(config.varnish_bindump) && n_arg) {
fprintf(stderr, "Cannot specify -r/varnish.bindump together with -n"
"\n");
if (!EMPTY(config.varnish_bindump) && (n_arg)) {
fprintf(stderr, "Cannot specify -r/varnish.bindump together with -n\n");
usage(EXIT_FAILURE);
}
......
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