Passing address of lock instead of lock in acquire_global_lock()

This commit is contained in:
Marc Stern
2024-07-20 18:53:30 +02:00
parent 28b6e1d7d0
commit ca593a4a40
2 changed files with 11 additions and 16 deletions

View File

@@ -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 */