mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
The pre_config hook should return int, not apr_status_t.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1095213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -4153,7 +4153,7 @@ static int core_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptem
|
||||
|
||||
mpm_common_pre_config(pconf);
|
||||
|
||||
return APR_SUCCESS;
|
||||
return OK;
|
||||
}
|
||||
|
||||
static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)
|
||||
|
Reference in New Issue
Block a user