Adjust to vmod_priv methods

Ref varnish-cache 681c11998ec56dc4460a30585210f95a7850ea3b
parent ef009de3
......@@ -272,7 +272,7 @@ get_task_cfg(struct req *req, unsigned *flags)
return;
assert(priv_task->len == 1);
AZ(priv_task->free);
AZ(priv_task->methods);
vclflags = (unsigned)(uintptr_t)priv_task->priv;
AZ(vclflags & ~PF_MASK_CFG);
......
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