From: Bill Stoddard Date: Mon, 4 Feb 2002 14:43:11 +0000 (+0000) Subject: Coding before the first cup of coffee.... Thanks to Martin for pointing this X-Git-Tag: 2.0.32~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147e1301f6d490320c309805bcc2566a406969ae;p=apache Coding before the first cup of coffee.... Thanks to Martin for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_disk_cache.c b/modules/experimental/mod_disk_cache.c index f2ec9dabdf..df800b345a 100644 --- a/modules/experimental/mod_disk_cache.c +++ b/modules/experimental/mod_disk_cache.c @@ -713,7 +713,7 @@ static const char } static const command_rec disk_cache_cmds[] = { - AP_INIT_FLAG1("CacheRoot", set_cache_root, NULL, RSRC_CONF, + AP_INIT_TAKE1("CacheRoot", set_cache_root, NULL, RSRC_CONF, "The directory to store cache files"), AP_INIT_TAKE1("CacheSize", set_cache_size, NULL, RSRC_CONF, "The maximum disk space used by the cache in Kb"),