diff options
Diffstat (limited to 'threadproc/unix/proc.c')
-rw-r--r-- | threadproc/unix/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c index 177c8d984..0d951f852 100644 --- a/threadproc/unix/proc.c +++ b/threadproc/unix/proc.c @@ -366,7 +366,7 @@ ap_status_t ap_put_os_proc(ap_proc_t **proc, ap_os_proc_t *theproc, ap_pool_t *cont) { if (cont == NULL) { - return APR_ENOCONT; + return APR_ENOPOOL; } if ((*proc) == NULL) { (*proc) = (ap_proc_t *)ap_palloc(cont, sizeof(ap_proc_t)); |