Commit 9d6bd1f9 authored by Geoff Simmons's avatar Geoff Simmons

bugfix

parent 7a7d9b33
Pipeline #74 skipped
......@@ -266,7 +266,7 @@ get_task(const struct vrt_ctx * const restrict ctx,
AN(priv);
if (priv->priv != NULL) {
CAST_OBJ(task, priv->priv, VMOD_BLOBDIGEST_DIGEST_TASK_MAGIC);
WS_Contains(ctx->ws, task, sizeof(hash_ctx));
WS_Contains(ctx->ws, task, sizeof(struct digest_task));
}
else {
if ((task = WS_Alloc(ctx->ws, sizeof(struct digest_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