r398 - trunk/varnish-cache/bin/varnishstat

phk at projects.linpro.no phk at projects.linpro.no
Mon Jul 10 11:51:01 CEST 2006


Author: phk
Date: 2006-07-10 11:51:01 +0200 (Mon, 10 Jul 2006)
New Revision: 398

Modified:
   trunk/varnish-cache/bin/varnishstat/varnishstat.c
Log:
Silence cosmetic warning.



Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-07-10 09:48:26 UTC (rev 397)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c	2006-07-10 09:51:01 UTC (rev 398)
@@ -40,6 +40,8 @@
 	a1 = a2 = a3 = 0;
 	n1 = n2 = n3 = 0;
 
+	lt = 0;
+
 	lh = VSL_OpenLog();
 
 	VSL_stats = &lh->stats;




More information about the varnish-commit mailing list