]> granicus.if.org Git - apache/commitdiff
Always helps to add the member
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Oct 2001 03:15:05 +0000 (03:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Oct 2001 03:15:05 +0000 (03:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91380 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 4f43a5dc29fec2f30939ffeae06e86570859dc1b..008dc657a7c7835ffd83cf0db8f12b30e935d7ca 100644 (file)
@@ -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;