* (or creating copies for merging) where new-> values exist.
*/
conf = (core_dir_config *)apr_palloc(a, sizeof(core_dir_config));
- memcpy((char *)conf, (const char *)base, sizeof(core_dir_config));
+ memcpy(conf, base, sizeof(core_dir_config));
conf->d = new->d;
conf->d_is_fnmatch = new->d_is_fnmatch;
core_server_config *conf;
conf = (core_server_config *)apr_palloc(p, sizeof(core_server_config));
- memcpy(conf. virt, sizeof(core_server_config));
+ memcpy(conf, virt, sizeof(core_server_config));
if (!conf->access_name) {
conf->access_name = base->access_name;
}