mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Use global mutex instead sdbm file lock to fix issues with threaded mpm's
This commit is contained in:
committed by
Felipe Zimmerle
parent
2de5175b9c
commit
84d2f30cc8
@@ -657,6 +657,7 @@ struct msc_engine {
|
||||
apr_pool_t *mp;
|
||||
apr_global_mutex_t *auditlog_lock;
|
||||
apr_global_mutex_t *geo_lock;
|
||||
apr_global_mutex_t *dbm_lock;
|
||||
msre_engine *msre;
|
||||
unsigned int processing_mode;
|
||||
};
|
||||
|
Reference in New Issue
Block a user