mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Implemented ap_os_create_privileged_process() for NetWare which simply maps to
apr_proc_create() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -70,7 +70,7 @@ AP_DECLARE(apr_status_t) ap_os_create_privileged_process(
|
||||
const char * const *env,
|
||||
apr_procattr_t *attr, apr_pool_t *p)
|
||||
{
|
||||
return APR_ENOTIMPL;
|
||||
return apr_proc_create(newproc, progname, args, env, attr, p);
|
||||
}
|
||||
|
||||
int _NonAppCheckUnload( void )
|
||||
|
Reference in New Issue
Block a user