Update to changed Req_New() signature

parent d918be4e
......@@ -335,7 +335,7 @@ vped_include(struct req *preq, const char *src, const char *host,
return (-1);
}
req = Req_New(wrk, sp);
req = Req_New(sp);
AN(req);
VSLdbgv(preq, "vped_include: new req=%p", req);
AZ(req->vsl->wid);
......
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