From: Christophe Jaillet Date: Sat, 12 Apr 2014 07:57:44 +0000 (+0000) Subject: Fix layout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0448269677f0b2c494b9404b6076a83602eda4cd;p=thirdparty%2Fapache%2Fhttpd.git Fix layout git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1586827 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 439552a3e66..a634b948ed3 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -2069,8 +2069,7 @@ static const char *set_cache_quick_handler(cmd_parms *parms, void *dummy, cache_server_conf *conf; conf = - (cache_server_conf *)ap_get_module_config(parms->server->module_config -, + (cache_server_conf *)ap_get_module_config(parms->server->module_config, &cache_module); conf->quick = flag; conf->quick_set = 1;