Mailing List Archive

r3191 - trunk/varnish-cache/bin/varnishd
Author: tfheen
Date: 2008-09-16 13:27:44 +0200 (Tue, 16 Sep 2008)
New Revision: 3191

Modified:
trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
Fix typo; makes this compile again

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c 2008-09-16 08:29:18 UTC (rev 3190)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c 2008-09-16 11:27:44 UTC (rev 3191)
@@ -731,7 +731,7 @@
"0", "bitmap" },
{ "max_esi_includes",
tweak_uint, &master.max_esi_includes, 0, UINT_MAX,
- "Maximum depth of esi:include processing."
+ "Maximum depth of esi:include processing.\n",
0,
"5", "includes" },
{ "cache_vbe_conns", tweak_bool, &master.cache_vbe_conns, 0, 0,