mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -168,7 +168,7 @@ static void register_hooks(apr_pool_t *p)
|
||||
&authn_file_provider, AP_AUTH_INTERNAL_PER_CONF);
|
||||
}
|
||||
|
||||
module AP_MODULE_DECLARE_DATA authn_file_module =
|
||||
AP_DECLARE_MODULE(authn_file) =
|
||||
{
|
||||
STANDARD20_MODULE_STUFF,
|
||||
create_authn_file_dir_config, /* dir config creater */
|
||||
|
Reference in New Issue
Block a user