]> granicus.if.org Git - apache/commitdiff
PR:
authorRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 05:23:22 +0000 (05:23 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 05:23:22 +0000 (05:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87775 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index ee3b77b471b3e723ad2f4b6e6cae88f1080e0ce2..260e32a6c3ec96aa2e80203314a2b5c1cbe3ee38 100644 (file)
@@ -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