]> granicus.if.org Git - apache/commitdiff
Coding before the first cup of coffee.... Thanks to Martin for pointing this
authorBill Stoddard <stoddard@apache.org>
Mon, 4 Feb 2002 14:43:11 +0000 (14:43 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 4 Feb 2002 14:43:11 +0000 (14:43 +0000)
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

index f2ec9dabdf0ded7c32b5abfe24e65d8b5a14d4d9..df800b345ae482e0fa4691b93c59120e917b3f2c 100644 (file)
@@ -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"),