From: Christophe Jaillet Date: Wed, 17 Jul 2013 04:43:43 +0000 (+0000) Subject: Have static analyser tool happy. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae3fc93920c3be638422b0dfbe7c0235dfcbdde;p=thirdparty%2Fapache%2Fhttpd.git Have static analyser tool happy. Point 2 of PR 54936 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1503990 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/scoreboard.c b/server/scoreboard.c index fbf5f2b8cb1..ba0ef6a3eec 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -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);