Commit 16fcff42 authored by Nils Goroll's avatar Nils Goroll

The global VAS fail function pointer is now called VAS_Fail_Func

Ref: varnish-cache 9ad80c88f26d9a90d21b59f265d31be61ae545a0
parent d96667eb
Pipeline #282 skipped
......@@ -845,7 +845,7 @@ main(int argc, char *argv[])
if (a_flag)
config.append = 1;
VAS_Fail = assert_fail;
VAS_Fail_Func = assert_fail;
if (FMT_Init(scratch) != 0) {
LOG_Log(LOG_CRIT, "Error in output formats: %s", scratch);
......
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