[master] 471156022 vlu: Use 8 hexadecimal digits for LINEUP_MAGIC

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Aug 30 12:12:06 UTC 2021


commit 47115602249e16a94ea0578d7fc78de59651afb8
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Aug 30 11:40:04 2021 +0200

    vlu: Use 8 hexadecimal digits for LINEUP_MAGIC

diff --git a/lib/libvarnish/vlu.c b/lib/libvarnish/vlu.c
index 217c50b12..8883a350c 100644
--- a/lib/libvarnish/vlu.c
+++ b/lib/libvarnish/vlu.c
@@ -45,7 +45,7 @@
 
 struct vlu {
 	unsigned	magic;
-#define LINEUP_MAGIC	0x8286661
+#define LINEUP_MAGIC	0x08286661
 	char		*buf;
 	unsigned	bufl;
 	unsigned	bufp;


More information about the varnish-commit mailing list