No need to set a parameter to its default

sigsegv_handler is on by default since 2015, ref
1955e460

noticed via argv dump in panic d0e986a6
parent 8b3ac69c
......@@ -424,7 +424,6 @@ varnish_launch(struct varnish *v)
VSB_cat(vsb, " -l 2m");
VSB_cat(vsb, " -p auto_restart=off");
VSB_cat(vsb, " -p syslog_cli_traffic=off");
VSB_cat(vsb, " -p sigsegv_handler=on");
VSB_cat(vsb, " -p thread_pool_min=10");
VSB_cat(vsb, " -p debug=+vtc_mode");
VSB_cat(vsb, " -p vsl_mask=+Debug");
......
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