]> err.no Git - varnish/commitdiff
Copy-paste error.
authorcecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Sep 2007 08:03:43 +0000 (08:03 +0000)
committercecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Sep 2007 08:03:43 +0000 (08:03 +0000)
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

index ff49c980e76be8844811f2479ce03450e4c28297..48e75397a5445cb5e90b753018781968c8b10f3e 100644 (file)
@@ -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;