r1698 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Sun Jul 15 09:52:30 CEST 2007


Author: phk
Date: 2007-07-15 09:52:30 +0200 (Sun, 15 Jul 2007)
New Revision: 1698

Modified:
   trunk/varnish-cache/bin/varnishd/cache_main.c
Log:
A cast to make flexelint happy.


Modified: trunk/varnish-cache/bin/varnishd/cache_main.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_main.c	2007-07-15 07:52:11 UTC (rev 1697)
+++ trunk/varnish-cache/bin/varnishd/cache_main.c	2007-07-15 07:52:30 UTC (rev 1698)
@@ -71,7 +71,7 @@
 		stevedore->open(stevedore);
 
 	printf("Ready\n");
-	VSL_stats->start_time = TIM_real();
+	VSL_stats->start_time = (time_t)TIM_real();
 
 	CLI_Init();
 




More information about the varnish-commit mailing list