From 09859675fe503b1b319d41798494ad26f430a451 Mon Sep 17 00:00:00 2001 From: cecilihf Date: Tue, 4 Sep 2007 08:03:43 +0000 Subject: [PATCH] Copy-paste error. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1933 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_backend_random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_backend_random.c b/varnish-cache/bin/varnishd/cache_backend_random.c index ff49c980..48e75397 100644 --- a/varnish-cache/bin/varnishd/cache_backend_random.c +++ b/varnish-cache/bin/varnishd/cache_backend_random.c @@ -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 ber { struct brspec { unsigned magic; -#define BRSPEC_MAGIC 0x761d69c2 +#define BRSPEC_MAGIC 0x5aa072a7 struct brspec *next; double limit; char *hostname; -- 2.39.5