From: Ben Hyde Date: Thu, 7 Oct 1999 15:36:40 +0000 (+0000) Subject: Duh. X-Git-Tag: 1.3.10~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622311151d0e7d73227bed1f2c4915c9c0fdbaa3;p=thirdparty%2Fapache%2Fhttpd.git Duh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83941 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 0251cf055d2..b5553540d6f 100644 --- a/server/main.c +++ b/server/main.c @@ -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);