[master] 955261837 polish

Nils Goroll nils.goroll at uplex.de
Sun Apr 12 14:00:07 UTC 2020


commit 9552618373158c7082401ebd700edd86e01536a1
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sun Apr 12 15:58:56 2020 +0200

    polish

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index 2ff4499de..680eb55d0 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -802,8 +802,7 @@ vbf_stp_error(struct worker *wrk, struct busyobj *bo)
 	vtim_real now;
 	uint8_t *ptr;
 	struct vsb *synth_body;
-	struct objcore *stale;
-	struct objcore *oc;
+	struct objcore *stale, *oc;
 
 	CHECK_OBJ_NOTNULL(wrk, WORKER_MAGIC);
 	CHECK_OBJ_NOTNULL(bo, BUSYOBJ_MAGIC);


More information about the varnish-commit mailing list