[master] fdee70d Remove duplicated line

Federico G. Schwindt fgsch at lodoss.net
Tue Sep 9 23:59:15 CEST 2014


commit fdee70d70faba04569029fc04ae8352cdc79b71f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Sep 9 18:28:39 2014 +0100

    Remove duplicated line

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index 1011946..7e0bcb1 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -731,7 +731,6 @@ vbf_stp_error(struct worker *wrk, struct busyobj *bo)
 		bo->synth_body = NULL;
 		if (bo->retries++ < cache_param->max_retries)
 			return (F_STP_RETRY);
-		bo->synth_body = NULL;
 		return (F_STP_FAIL);
 	}
 



More information about the varnish-commit mailing list