mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03: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:
@@ -2045,7 +2045,7 @@ static void ap_proxy_http_register_hook(apr_pool_t *p)
|
||||
apr_pool_cleanup_register(p, p, warn_rx_free, apr_pool_cleanup_null);
|
||||
}
|
||||
|
||||
module AP_MODULE_DECLARE_DATA proxy_http_module = {
|
||||
AP_DECLARE_MODULE(proxy_http) = {
|
||||
STANDARD20_MODULE_STUFF,
|
||||
NULL, /* create per-directory config structure */
|
||||
NULL, /* merge per-directory config structures */
|
||||
|
Reference in New Issue
Block a user