1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00

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
This commit is contained in:
Mladen Turk
2009-03-29 08:19:02 +00:00
parent f76abc0cb4
commit 02a7cd3396

View File

@@ -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)
{