parent ebe186c9
...@@ -370,7 +370,7 @@ get_scope(const struct vrt_ctx * const restrict ctx, ...@@ -370,7 +370,7 @@ get_scope(const struct vrt_ctx * const restrict ctx,
task->result = NULL; task->result = NULL;
priv->priv = task; priv->priv = task;
priv->len = sizeof(struct digest_task); priv->len = sizeof(struct digest_task);
priv->free = NULL; AZ(priv->methods);
} }
return (task); return (task);
} }
......
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