r5591 - trunk/varnish-cache/bin/varnishd

phk at varnish-cache.org phk at varnish-cache.org
Fri Nov 26 12:43:30 CET 2010


Author: phk
Date: 2010-11-26 12:43:30 +0100 (Fri, 26 Nov 2010)
New Revision: 5591

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_cli.c
Log:
Comment that zero is magic.



Modified: trunk/varnish-cache/bin/varnishd/mgt_cli.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_cli.c	2010-11-26 11:42:35 UTC (rev 5590)
+++ trunk/varnish-cache/bin/varnishd/mgt_cli.c	2010-11-26 11:43:30 UTC (rev 5591)
@@ -68,7 +68,7 @@
 static struct cls	*cls;
 static const char	*secret_file;
 
-#define	MCF_NOAUTH	0
+#define	MCF_NOAUTH	0	/* NB: zero disables here-documents */
 #define MCF_AUTH	16
 
 /*--------------------------------------------------------------------*/




More information about the varnish-commit mailing list