From: Paul Querna Date: Mon, 18 Oct 2004 00:49:31 +0000 (+0000) Subject: use the correct struct for CacheDisable. X-Git-Tag: 2.1.1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923e847ade0fae4d0b1567264dd94fbe14a41380;p=thirdparty%2Fapache%2Fhttpd.git use the correct struct for CacheDisable. (cache_disable instead of cache_enable) PR: 31128 Submitted by: Edward Rudd git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d45a3f46821..4b68b0f7d51 100644 --- 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 , Paul Querna] + *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d. [Jeff Trawick] diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 210beb2cf97..b2a6fcd8eed 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -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,