From 1d9e26e51512cfdc5a3c56b5a19e7a8e836d2252 Mon Sep 17 00:00:00 2001 From: tfheen Date: Tue, 16 Sep 2008 11:27:44 +0000 Subject: [PATCH] Fix typo; makes this compile again git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3191 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/mgt_param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5