]> granicus.if.org Git - apache/commitdiff
The current hooking module is _not_ a debugging aid.
authorBen Laurie <ben@apache.org>
Wed, 24 Jan 2001 22:52:52 +0000 (22:52 +0000)
committerBen Laurie <ben@apache.org>
Wed, 24 Jan 2001 22:52:52 +0000 (22:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87822 13f79535-47bb-0310-9956-ffa450edef68

server/config.c

index 941fbdf5be3045ea842e01cffa7f23f6cb1c906f..fdd65b8caa4180c00200215a8d3e4e40352bdeba 100644 (file)
@@ -347,7 +347,7 @@ AP_DECLARE(void) ap_register_hooks(module *m, apr_pool_t *p)
            printf("Registering hooks for %s\n",m->name);
            apr_debug_module_hooks=1;
        }
-       apr_debug_module_name=m->name;
+       apr_current_hooking_module=m->name;
        m->register_hooks(p);
     }
 }