r1933 - trunk/varnish-cache/bin/varnishd

cecilihf at projects.linpro.no cecilihf at projects.linpro.no
Tue Sep 4 10:03:44 CEST 2007


Author: cecilihf
Date: 2007-09-04 10:03:43 +0200 (Tue, 04 Sep 2007)
New Revision: 1933

Modified:
   trunk/varnish-cache/bin/varnishd/cache_backend_random.c
Log:
Copy-paste error.


Modified: trunk/varnish-cache/bin/varnishd/cache_backend_random.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_backend_random.c	2007-09-03 10:12:29 UTC (rev 1932)
+++ trunk/varnish-cache/bin/varnishd/cache_backend_random.c	2007-09-04 08:03:43 UTC (rev 1933)
@@ -48,7 +48,7 @@
 
 struct ber {
 	unsigned		magic;
-#define BER_MAGIC		0x66f05894
+#define BER_MAGIC		0x645b3f4
 	struct brspec 		*blist;
 #if 0
 	/* Store a hash of the backend info given in
@@ -61,7 +61,7 @@
 
 struct brspec {
 	unsigned		magic;
-#define BRSPEC_MAGIC		0x761d69c2
+#define BRSPEC_MAGIC		0x5aa072a7
 	struct brspec		*next;
 	double			limit;
 	char			*hostname;




More information about the varnish-commit mailing list