git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@557972
13f79535-47bb-0310-9956-
ffa450edef68
/* Create this conf by duplicating the base, replacing elements
* (or creating copies for merging) where new-> values exist.
*/
- conf = (authz_core_dir_conf *)apr_pmemdup(a, new, sizeof(authz_core_dir_conf));
+ conf = (authz_core_dir_conf *)apr_pmemdup(a, base, sizeof(authz_core_dir_conf));
/* Wipe out the providers and rejects lists so that
they can be recreated by the merge process. */