[master] 55c4a928f Remove wrong '&'

Poul-Henning Kamp phk at FreeBSD.org
Wed Jun 1 07:44:04 UTC 2022


commit 55c4a928f25783bb6d2d5105b46d40c92c5747c0
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jun 1 07:43:29 2022 +0000

    Remove wrong '&'

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 5c69d0438..b53cbc478 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1736,7 +1736,7 @@ PARAM_ALIAS(deprecated_dummy, debug)
  */
 
 #define PARAM_BITS(nm, fld, def, descr)					\
-	PARAM(nm, fld, nm, tweak_ ## nm, &mgt_param.fld, NULL, NULL,	\
+	PARAM(nm, fld, nm, tweak_ ## nm, mgt_param.fld, NULL, NULL,	\
 	    def, NULL, descr)
 
 PARAM_PRE


More information about the varnish-commit mailing list