From 46941ae3b8bd57987805faaabdff6ceb58f6a218 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 8 Sep 2003 16:39:46 +0000 Subject: [PATCH] one_process is not a global variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101197 13f79535-47bb-0310-9956-ffa450edef68 --- os/unix/unixd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 595d6f6777..5f19f48217 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -176,7 +176,7 @@ AP_DECLARE(int) unixd_setup_child(void) /* Only try to switch if we're running as root */ if (!geteuid() && ( #ifdef _OSD_POSIX - os_init_job_environment(server_conf, unixd_config.user_name, one_process) != 0 || + os_init_job_environment(NULL, unixd_config.user_name, ap_exists_config_define("DEBUG")) != 0 || #endif setuid(unixd_config.user_id) == -1)) { ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, -- 2.40.0