From ec45db40e4d5baee5f5c31d330f85ec4b3960533 Mon Sep 17 00:00:00 2001 From: cecilihf Date: Tue, 4 Sep 2007 08:04:48 +0000 Subject: [PATCH] Missing 0 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1934 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_backend_random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_backend_random.c b/varnish-cache/bin/varnishd/cache_backend_random.c index 48e75397..5c9c5206 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 0x645b3f4 +#define BER_MAGIC 0x645b03f4 struct brspec *blist; #if 0 /* Store a hash of the backend info given in -- 2.39.5