]> granicus.if.org Git - apache/commit
Initialize the core_dir_config->sec_files and ->sec_if only if needed.
authorStefan Fritsch <sf@apache.org>
Tue, 18 Jan 2011 09:58:26 +0000 (09:58 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 18 Jan 2011 09:58:26 +0000 (09:58 +0000)
commit209d8907319f998f2d10f766bd0bfc4f5db4efcc
tree9ea12986ce0244e0a9b59859921f616b2c8fc059
parentdf4e1648fdf0085a9a5e52cc62fcd6e6983b156d
Initialize the core_dir_config->sec_files and ->sec_if only if needed.
This saves some memory and two apr_array_append()s per directory merge.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1060283 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_core.h
server/core.c
server/request.c