Skip to content

Commit

Permalink
SQUASHME: prune rush policy remnant
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dridi committed Oct 14, 2024
1 parent 7e4bc71 commit 1dd77c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/varnishd/cache/cache_req_body.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 1dd77c2

Please sign in to comment.