From 02a7cd33965ee26efa735b4520ab6c17e398475d Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Sun, 29 Mar 2009 08:19:02 +0000 Subject: [PATCH] Do not presume we have a clean stack git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759647 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm_unix.c b/server/mpm_unix.c index b38df4ceee..d3137776c3 100644 --- a/server/mpm_unix.c +++ b/server/mpm_unix.c @@ -604,7 +604,7 @@ void ap_mpm_pod_killpg(ap_pod_t *pod, int num) } } -static const char *dash_k_arg; +static const char *dash_k_arg = NULL; static int send_signal(pid_t pid, int sig) { -- 2.50.1