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:
Manoj Kasichainula
2000-10-23 10:54:18 +00:00
parent a90cfa54f1
commit 603dec1da3
7 changed files with 7 additions and 7 deletions

View File

@ -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);