Commit 6f3c8f14 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Listen to my own advise.  Fortunately, the new apr_pool_readonly code
  catches these in no time ;)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91558 13f79535-47bb-0310-9956-ffa450edef68
parent b25b86ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;