bhyde 99/10/07 08:36:40
Modified: src/main http_main.c
Log:
Duh.
Revision Changes Path
1.12 +1 -1 apache-2.0/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/main/http_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- http_main.c 1999/10/07 15:33:06 1.11
+++ http_main.c 1999/10/07 15:36:40 1.12
@@ -337,8 +337,8 @@
ap_destroy_pool(ptemp);
for (;;) {
- ap_create_context(&ptemp, pconf);
ap_clear_pool(pconf);
+ ap_create_context(&ptemp, pconf);
ap_server_root = def_server_root;
ap_run_pre_config(pconf, plog, ptemp);
server_conf = ap_read_config(pconf, ptemp, confname);