]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Duh.
authorBen Hyde <bhyde@apache.org>
Thu, 7 Oct 1999 15:36:40 +0000 (15:36 +0000)
committerBen Hyde <bhyde@apache.org>
Thu, 7 Oct 1999 15:36:40 +0000 (15:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83941 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 0251cf055d2a2d7396ec742113d8051c16108476..b5553540d6f455840b274fe04ce491b2c70080aa 100644 (file)
@@ -337,8 +337,8 @@ API_EXPORT_NONSTD(int)        main(int argc, char *argv[])
     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);