r4404 - branches/2.0/varnish-cache/bin/varnishtest

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Dec 16 11:16:59 CET 2009


Author: tfheen
Date: 2009-12-16 11:16:59 +0100 (Wed, 16 Dec 2009)
New Revision: 4404

Modified:
   branches/2.0/varnish-cache/bin/varnishtest/vtc.c
Log:
Merge r4359: Fix random signature recognition on 64bit OS



Modified: branches/2.0/varnish-cache/bin/varnishtest/vtc.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/vtc.c	2009-12-16 10:08:20 UTC (rev 4403)
+++ branches/2.0/varnish-cache/bin/varnishtest/vtc.c	2009-12-16 10:16:59 UTC (rev 4404)
@@ -294,7 +294,7 @@
 static void
 cmd_random(CMD_ARGS)
 {
-	unsigned long l;
+	uint32_t l;
 	int i;
 
 	(void)cmd;



More information about the varnish-commit mailing list