mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
Add a temporary pool argument to unixd_pre_config, so that it can call
APR functions (grumble). This is needed for apr_stat, which will be in the suexec path coming up. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -212,7 +212,7 @@ const char *unixd_set_group(cmd_parms *cmd, void *dummy, const char *arg)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void unixd_pre_config(void)
|
||||
void unixd_pre_config(apr_pool_t *ptemp)
|
||||
{
|
||||
unixd_config.user_name = DEFAULT_USER;
|
||||
unixd_config.user_id = ap_uname2id(DEFAULT_USER);
|
||||
|
Reference in New Issue
Block a user