mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Passing address of lock instead of lock in acquire_global_lock()
This commit is contained in:
@@ -706,7 +706,7 @@ struct msc_parm {
|
||||
};
|
||||
|
||||
/* Reusable functions */
|
||||
int acquire_global_lock(apr_global_mutex_t *lock, apr_pool_t *mp);
|
||||
int acquire_global_lock(apr_global_mutex_t **lock, apr_pool_t *mp);
|
||||
|
||||
/* Engine functions */
|
||||
|
||||
|
Reference in New Issue
Block a user