dgaudet 97/08/05 01:20:55
Modified: src Tag: APACHE_1_2_X http_core.c
Log:
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!
Revision Changes Path
No revision
No revision
1.81.2.8 +1 -1 apache/src/http_core.c
Index: http_core.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_core.c,v
retrieving revision 1.81.2.7
retrieving revision 1.81.2.8
diff -u -r1.81.2.7 -r1.81.2.8
--- http_core.c 1997/08/04 16:05:00 1.81.2.7
+++ http_core.c 1997/08/05 08:20:54 1.81.2.8
@@ -201,7 +201,7 @@
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;
}