]> granicus.if.org Git - apache/commitdiff
use the correct struct for CacheDisable.
authorPaul Querna <pquerna@apache.org>
Mon, 18 Oct 2004 00:49:31 +0000 (00:49 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 18 Oct 2004 00:49:31 +0000 (00:49 +0000)
(cache_disable instead of cache_enable)

PR: 31128
Submitted by: Edward Rudd <eddie omegaware.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105510 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/experimental/mod_cache.c

diff --git a/CHANGES b/CHANGES
index d45a3f468213d5ce10a177d5990bf58a420cda35..4b68b0f7d51cf97f5ce253f0c92f58fdcf3370c6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) mod_cache: CacheDisable will only disable the URLs it was meant to 
+     disable, not all caching. PR 31128.
+     [Edward Rudd <eddie omegaware.com>, Paul Querna]
+
   *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d.
      [Jeff Trawick]
 
index 210beb2cf97df4f8ae5909ce83ecf2412e3d3b18..b2a6fcd8eed8abb63b5fbb7d3c5cfd012fb0a4f5 100644 (file)
@@ -795,7 +795,7 @@ static const char *add_cache_disable(cmd_parms *parms, void *dummy,
                                      const char *url)
 {
     cache_server_conf *conf;
-    struct cache_enable *new;
+    struct cache_disable *new;
 
     conf =
         (cache_server_conf *)ap_get_module_config(parms->server->module_config,