[master] dc698d7 one fall through comment should be enough for everyone

Nils Goroll nils.goroll at uplex.de
Thu May 21 19:06:50 CEST 2015


commit dc698d74e0c9196a82e8998b306cf4a681e22e3f
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu May 21 19:06:36 2015 +0200

    one fall through comment should be enough for everyone

diff --git a/bin/varnishd/cache/cache_rfc2616.c b/bin/varnishd/cache/cache_rfc2616.c
index 22f1a90..7608755 100644
--- a/bin/varnishd/cache/cache_rfc2616.c
+++ b/bin/varnishd/cache/cache_rfc2616.c
@@ -119,7 +119,7 @@ RFC2616_Ttl(struct busyobj *bo, double now)
 		 * Do not apply the default ttl, only set a ttl if Cache-Control
 		 * or Expires are present. Uncacheable otherwise.
 		 */
-		expp->ttl = -1.;	/* fall through */
+		expp->ttl = -1.;
 		/* FALL-THROUGH */
 	case 200: /* OK */
 	case 203: /* Non-Authoritative Information */



More information about the varnish-commit mailing list