Commit 2998862d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Always carry the VCL along with a VCL event

parent a2d7099e
......@@ -625,6 +625,7 @@ ccf_config_use(struct cli *cli, const char * const *av, void *priv)
vsb = VSB_new_auto();
AN(vsb);
ctx.msg = vsb;
ctx.vcl = vcl;
i = vcl->conf->event_vcl(&ctx, VCL_EVENT_USE);
AZ(VSB_finish(vsb));
if (i) {
......
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