Silent coverity

parent db006779
......@@ -689,6 +689,7 @@ xyzzy_catflap(VRT_CTX, VCL_ENUM type)
CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
XXXAZ(req->vcf);
req->vcf = WS_Alloc(req->ws, sizeof *req->vcf);
AN(req->vcf);
INIT_OBJ(req->vcf, VCF_MAGIC);
if (type == VENUM(first) || type == VENUM(miss)) {
req->vcf->func = xyzzy_catflap_simple;
......
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