Commit 35bdd9fa authored by Ryan Bloom's avatar Ryan Bloom
Browse files

PR:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87775 13f79535-47bb-0310-9956-ffa450edef68
parent 874b4c7e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -403,9 +403,7 @@ int main(int argc, const char * const argv[])
    for (;;) {
	apr_hook_deregister_all();
	apr_clear_pool(pconf);
	for (mod = ap_prelinked_modules; *mod != NULL; mod++) {
		ap_register_hooks(*mod, pconf);
	}

        /* This is a hack until we finish the code so that it only reads
         * the config file once and just operates on the tree already in
         * memory.  rbb