(a fix to r644253)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644730
13f79535-47bb-0310-9956-
ffa450edef68
conf->d_is_fnmatch = new->d_is_fnmatch;
conf->d_components = new->d_components;
conf->r = new->r;
+ conf->condition = new->condition;
if (new->opts & OPT_UNSET) {
/* there was no explicit setting of new->opts, so we merge
return missing_container_arg(cmd);
}
- //cmd->path = "*";
condition = ap_getword_conf(cmd->pool, &arg);
/* Only if not an .htaccess file */
if (!old_path) {