r3108 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Tue Aug 19 11:38:46 CEST 2008


Author: phk
Date: 2008-08-19 11:38:46 +0200 (Tue, 19 Aug 2008)
New Revision: 3108

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_backend.c
Log:
Silence FlexeLint



Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-08-19 09:35:28 UTC (rev 3107)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c	2008-08-19 09:38:46 UTC (rev 3108)
@@ -434,6 +434,7 @@
 		if (threshold > window ) {
 			vsb_printf(tl->sb,
 			    "Threshold can not be greater than window.\n");
+			AN(t_threshold);
 			vcc_ErrWhere(tl, t_threshold);
 			AN(t_window);
 			vcc_ErrWhere(tl, t_window);




More information about the varnish-commit mailing list