Commit a494f10a authored by dgaudet's avatar dgaudet
Browse files

Yep I managed to post it screwed up ... and probably because I wrote

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
parent 8c0b7f02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ void *merge_core_server_configs (pool *p, void *basev, void *virtv)
    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;
}