summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-06-06 16:59:50 +0000
committerStefan Fritsch <sf@apache.org>2010-06-06 16:59:50 +0000
commitebb62867fb8a335f70c30e01280cc30f5c4d0597 (patch)
tree29aeee2174a4d451a238e5774296194856db7aaf /modules/experimental
parent9d791e0e60049e39237d95dfd3fb195bb7f83b1e (diff)
downloadhttpd-ebb62867fb8a335f70c30e01280cc30f5c4d0597.tar.gz
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/experimental')
-rw-r--r--modules/experimental/mod_noloris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/experimental/mod_noloris.c b/modules/experimental/mod_noloris.c
index dec385318e..53adbebe1f 100644
--- a/modules/experimental/mod_noloris.c
+++ b/modules/experimental/mod_noloris.c
@@ -226,7 +226,7 @@ static const command_rec noloris_cmds[] = {
"Max connections in READ state to permit from an untrusted client"),
{NULL}
};
-module AP_MODULE_DECLARE_DATA noloris_module = {
+AP_DECLARE_MODULE(noloris) = {
STANDARD20_MODULE_STUFF,
NULL,
NULL,