From: cecilihf Date: Tue, 4 Sep 2007 08:03:43 +0000 (+0000) Subject: Copy-paste error. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09859675fe503b1b319d41798494ad26f430a451;p=varnish Copy-paste error. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1933 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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;