]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Listen to my own advise. Fortunately, the new apr_pool_readonly code
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Oct 2001 02:08:44 +0000 (02:08 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Oct 2001 02:08:44 +0000 (02:08 +0000)
  catches these in no time ;)

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

server/core.c

index 56a421ca2578394a435e58e7186f026627f3f687..a7cd374fe3fcb21044b32befd864b3fc8abf32a0 100644 (file)
@@ -184,7 +184,7 @@ static void *merge_core_dir_configs(apr_pool_t *a, void *basev, void *newv)
               sizeof(*conf->response_code_strings) * RESPONSE_CODES);
     }
     else
-        base->response_code_strings = NULL;
+        conf->response_code_strings = NULL;
 
     conf->d = new->d;
     conf->d_is_fnmatch = new->d_is_fnmatch;