so much with the patch to PR#717 everyone agreed with the concept without
reviewing the code!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78900
13f79535-47bb-0310-9956-
ffa450edef68
if (!conf->access_name) conf->access_name = base->access_name;
if (!conf->document_root) conf->document_root = base->document_root;
conf->sec = append_arrays (p, base->sec, virt->sec);
- conf->sec_url = append_arrays (p, base->sec, virt->sec_url);
+ conf->sec_url = append_arrays (p, base->sec_url, virt->sec_url);
return conf;
}