Commit 671499b9 authored by Geoff Simmons's avatar Geoff Simmons

Adjust to changed WS_* interface.

parent 85111f9b
......@@ -562,7 +562,7 @@ vmod_reader_blob(VRT_CTX, struct VPFX(file_reader) *rdr)
rdr->obj_name);
return (NULL);
}
blob = (struct vrt_blob *)WS_Front(ctx->ws);
blob = (struct vrt_blob *)WS_Reservation(ctx->ws);
blob->type = VMOD_FILE_BLOB_MAGIC;
AZ(pthread_rwlock_rdlock(&rdr->lock));
......
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