diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-04 16:55:19 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2002-04-04 16:55:19 +0000 |
commit | af947ea66929e02f9af180bdf1349a4a1db60c62 (patch) | |
tree | 7df2588086cb0801e7818a979ac5a6601a86fa3f /threadproc/netware/proc.c | |
parent | 6b2132c40d5fc2e41c4b2958598e16fbb9563ad9 (diff) | |
download | libapr-af947ea66929e02f9af180bdf1349a4a1db60c62.tar.gz |
Force the spawned NLM into the same address space
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/netware/proc.c')
-rw-r--r-- | threadproc/netware/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/netware/proc.c b/threadproc/netware/proc.c index d10b76f51..e466108bc 100644 --- a/threadproc/netware/proc.c +++ b/threadproc/netware/proc.c @@ -297,7 +297,7 @@ APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *newproc, const char **newargs; char **newenv; NXVmId_t newVM; - unsigned long flags = 0; + unsigned long flags = NX_VM_SAME_ADDRSPACE; char **sysenv = NULL; NXNameSpec_t nameSpec; |