parent 2d5bf425
...@@ -525,7 +525,7 @@ vmod_hosts_policy(VRT_CTX, struct vmod_hoailona_hosts *hosts, ...@@ -525,7 +525,7 @@ vmod_hosts_policy(VRT_CTX, struct vmod_hoailona_hosts *hosts,
} }
task->magic = VMOD_HOAILONA_POLICY_TASK_MAGIC; task->magic = VMOD_HOAILONA_POLICY_TASK_MAGIC;
priv_task->priv = task; priv_task->priv = task;
priv_task->free = NULL; AZ(priv_task->methods);
} }
else { else {
WS_Contains(ctx->ws, priv_task->priv, WS_Contains(ctx->ws, priv_task->priv,
......
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