From: William A. Rowe Jr Date: Tue, 9 Oct 2001 03:15:05 +0000 (+0000) Subject: Always helps to add the member X-Git-Tag: 2.0.26~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1f84945521c261b749356f04ba2de0edab0bf43;p=thirdparty%2Fapache%2Fhttpd.git Always helps to add the member git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91380 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 4f43a5dc29f..008dc657a7c 100644 --- a/server/request.c +++ b/server/request.c @@ -293,6 +293,7 @@ typedef struct walk_walked_t { typedef struct walk_cache_t { const char *cached; /* The identifier we matched */ ap_conf_vector_t **dir_conf_tested;/* The sections we matched against */ + ap_conf_vector_t *dir_conf_merged;/* Base per_dir_config */ ap_conf_vector_t *per_dir_result; /* per_dir_config += walked result */ apr_array_header_t *walked; /* The list of walk_walked_t results */ } walk_cache_t;