[master] 72db3c4 Try to make Jenkins happier

Poul-Henning Kamp phk at varnish-cache.org
Tue Sep 17 14:23:34 CEST 2013


commit 72db3c42c15bd5b6cdda8db81586bbb3acc3d2ba
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 17 12:23:25 2013 +0000

    Try to make Jenkins happier

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index cb59bad..846a945 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -455,6 +455,7 @@ static enum fetch_step
 vbf_stp_done(void)
 {
 	WRONG("Just plain wrong");
+	return (F_STP_DONE);
 }
 
 /*--------------------------------------------------------------------



More information about the varnish-commit mailing list