From 147e1301f6d490320c309805bcc2566a406969ae Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Mon, 4 Feb 2002 14:43:11 +0000 Subject: [PATCH] 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 --- modules/experimental/mod_disk_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.40.0