[master] 33cd88b Typo in previous

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 27 08:45:12 UTC 2017


commit 33cd88b44d22b5cf0dfd44e40dd17052f0e9fba9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 27 08:33:46 2017 +0000

    Typo in previous

diff --git a/bin/varnishd/mgt/mgt.h b/bin/varnishd/mgt/mgt.h
index b8f23bf..87f1d92 100644
--- a/bin/varnishd/mgt/mgt.h
+++ b/bin/varnishd/mgt/mgt.h
@@ -227,4 +227,4 @@ extern unsigned mgt_vcc_unsafe_path;
 #endif
 
 #define MGT_FEATURE(x)	COM_FEATURE(mgt_param.feature_bits, x)
-#define MGT_DO_DEBUG(x)	COM_DO_DEBUG(mgt_param.feature_bits, x)
+#define MGT_DO_DEBUG(x)	COM_DO_DEBUG(mgt_param.debug_bits, x)


More information about the varnish-commit mailing list