summaryrefslogtreecommitdiffstats
path: root/server/log.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--server/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/log.c b/server/log.c
index fbc12ee919..c8edf972f3 100644
--- a/server/log.c
+++ b/server/log.c
@@ -212,7 +212,7 @@ static int log_child(apr_pool_t *p, const char *progname,
NULL, procattr, p);
if (rc == APR_SUCCESS) {
- apr_pool_note_subprocess(p, procnew, kill_after_timeout);
+ apr_pool_note_subprocess(p, procnew, APR_KILL_AFTER_TIMEOUT);
(*fpin) = procnew->in;
}
}