r1934 - trunk/varnish-cache/bin/varnishd

cecilihf at projects.linpro.no cecilihf at projects.linpro.no
Tue Sep 4 10:04:49 CEST 2007


Author: cecilihf
Date: 2007-09-04 10:04:48 +0200 (Tue, 04 Sep 2007)
New Revision: 1934

Modified:
   trunk/varnish-cache/bin/varnishd/cache_backend_random.c
Log:
Missing 0


Modified: trunk/varnish-cache/bin/varnishd/cache_backend_random.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend_random.c	2007-09-04 08:03:43 UTC (rev 1933)
+++ trunk/varnish-cache/bin/varnishd/cache_backend_random.c	2007-09-04 08:04:48 UTC (rev 1934)
@@ -48,7 +48,7 @@
 
 struct ber {
 	unsigned		magic;
-#define BER_MAGIC		0x645b3f4
+#define BER_MAGIC		0x645b03f4
 	struct brspec 		*blist;
 #if 0
 	/* Store a hash of the backend info given in




More information about the varnish-commit mailing list