mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add APLOG_USE_MODULE to correctly mark log messages
This commit is contained in:
parent
9cb9309fdd
commit
45acae4330
@ -25,12 +25,6 @@
|
||||
#include "apr_optional.h"
|
||||
#include "mod_log_config.h"
|
||||
|
||||
/*
|
||||
* #ifdef APLOG_USE_MODULE
|
||||
* APLOG_USE_MODULE(security2);
|
||||
* #endif
|
||||
*/
|
||||
|
||||
#include "msc_logging.h"
|
||||
#include "msc_util.h"
|
||||
|
||||
|
@ -145,6 +145,9 @@ extern DSOLOCAL char *real_server_signature;
|
||||
extern DSOLOCAL char *chroot_dir;
|
||||
|
||||
extern module AP_MODULE_DECLARE_DATA security2_module;
|
||||
#ifdef APLOG_USE_MODULE
|
||||
APLOG_USE_MODULE(security2);
|
||||
#endif
|
||||
|
||||
extern DSOLOCAL const command_rec module_directives[];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user