Loading server/main.c +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
server/main.c +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading