]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Have static analyser tool happy.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 17 Jul 2013 04:43:43 +0000 (04:43 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 17 Jul 2013 04:43:43 +0000 (04:43 +0000)
Point 2 of PR 54936

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1503990 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index fbf5f2b8cb1ae3156b09ac498811bfc674a988fb..ba0ef6a3eec86f1d7525e36c85317451f0331d5b 100644 (file)
@@ -389,7 +389,7 @@ AP_DECLARE(void) ap_increment_counts(ap_sb_handle_t *sb, request_rec *r)
 AP_DECLARE(int) ap_find_child_by_pid(apr_proc_t *pid)
 {
     int i;
-    int max_daemons_limit;
+    int max_daemons_limit = 0;
 
     ap_mpm_query(AP_MPMQ_MAX_DAEMONS, &max_daemons_limit);