From 1dd77c2143702f1045ce3ea2df8231f00dc93254 Mon Sep 17 00:00:00 2001 From: Dridi Boukelmoune Date: Mon, 14 Oct 2024 15:40:45 +0200 Subject: [PATCH] SQUASHME: prune rush policy remnant It appeared long after the original patch series and in the absence of a merge conflict I didn't check whether it still built locally. To be squashed in the "hash: Retire HSH_RUSH_POLICY" commit. --- bin/varnishd/cache/cache_req_body.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/varnishd/cache/cache_req_body.c b/bin/varnishd/cache/cache_req_body.c index 2048c24bfd..cd19421636 100644 --- a/bin/varnishd/cache/cache_req_body.c +++ b/bin/varnishd/cache/cache_req_body.c @@ -96,7 +96,7 @@ vrb_pull(struct req *req, ssize_t maxsize, objiterate_f *func, void *priv) (void)VFP_Error(vfc, "req.body filters failed"); req->req_body_status = BS_ERROR; HSH_DerefBoc(req->wrk, req->body_oc); - AZ(HSH_DerefObjCore(req->wrk, &req->body_oc, 0)); + AZ(HSH_DerefObjCore(req->wrk, &req->body_oc)); return (-1); }