mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Catch up with ap_[proc|global]_mutex_create api change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -186,8 +186,8 @@ static int exipc_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
|
||||
/* Create global mutex */
|
||||
|
||||
rs = ap_global_mutex_create(&exipc_mutex, exipc_mutex_type, NULL, s, pconf,
|
||||
0);
|
||||
rs = ap_global_mutex_create(&exipc_mutex, NULL, exipc_mutex_type, NULL,
|
||||
s, pconf, 0);
|
||||
if (APR_SUCCESS != rs) {
|
||||
return HTTP_INTERNAL_SERVER_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user