From: Ben Laurie Date: Wed, 24 Jan 2001 22:52:52 +0000 (+0000) Subject: The current hooking module is _not_ a debugging aid. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2274ccc8340ece490917e503919e1da8d803afe;p=apache The current hooking module is _not_ a debugging aid. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87822 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/config.c b/server/config.c index 941fbdf5be..fdd65b8caa 100644 --- a/server/config.c +++ b/server/config.c @@ -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); } }