Commit 71f7972b authored by Cecilie Fritzvold's avatar Cecilie Fritzvold

Copy-paste error.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1933 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0b0c12a1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment