diff options
author | Stefan Fritsch <sf@apache.org> | 2010-06-06 18:59:50 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-06-06 18:59:50 +0200 |
commit | ebb62867fb8a335f70c30e01280cc30f5c4d0597 (patch) | |
tree | 29aeee2174a4d451a238e5774296194856db7aaf /modules/aaa/mod_authn_core.c | |
parent | Fix some modules to make them compile with per-module loglevels. (diff) | |
download | apache2-ebb62867fb8a335f70c30e01280cc30f5c4d0597.tar.xz apache2-ebb62867fb8a335f70c30e01280cc30f5c4d0597.zip |
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
Diffstat (limited to 'modules/aaa/mod_authn_core.c')
-rw-r--r-- | modules/aaa/mod_authn_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_authn_core.c b/modules/aaa/mod_authn_core.c index ff8a7e6d0b..0a3658240b 100644 --- a/modules/aaa/mod_authn_core.c +++ b/modules/aaa/mod_authn_core.c @@ -367,7 +367,7 @@ static void register_hooks(apr_pool_t *p) AP_AUTH_INTERNAL_PER_CONF); } -module AP_MODULE_DECLARE_DATA authn_core_module = +AP_DECLARE_MODULE(authn_core) = { STANDARD20_MODULE_STUFF, create_authn_core_dir_config, /* dir config creater */ |