]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Do not presume we have a clean stack
authorMladen Turk <mturk@apache.org>
Sun, 29 Mar 2009 08:19:02 +0000 (08:19 +0000)
committerMladen Turk <mturk@apache.org>
Sun, 29 Mar 2009 08:19:02 +0000 (08:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759647 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_unix.c

index b38df4ceee73d3abd278f18c57a39bdffdad82b9..d3137776c335a9ab5b1dbd1e097e113a64c607f2 100644 (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)
 {