From: tfheen Date: Tue, 16 Sep 2008 11:27:44 +0000 (+0000) Subject: Fix typo; makes this compile again X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9e26e51512cfdc5a3c56b5a19e7a8e836d2252;p=varnish Fix typo; makes this compile again git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3191 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_param.c b/varnish-cache/bin/varnishd/mgt_param.c index c8597e63..6175badd 100644 --- a/varnish-cache/bin/varnishd/mgt_param.c +++ b/varnish-cache/bin/varnishd/mgt_param.c @@ -731,7 +731,7 @@ static const struct parspec parspec[] = { "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,