]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_status: Fix missing initialization, follow up to r1918098
authorJoe Orton <jorton@apache.org>
Mon, 3 Jun 2024 08:02:09 +0000 (08:02 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 3 Jun 2024 08:02:09 +0000 (08:02 +0000)
Submitted by: VladimĂ­r Chlup <vchlup redhat.com>
Github: closes #452

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

modules/generators/mod_status.c

index a6c6fdbe8bbb7beb39293021bd8208cfdee3b8fc..39cabe507ad129e34d5cf2fcc18a228ecf8a767b 100644 (file)
@@ -564,7 +564,7 @@ static int status_handler(request_rec *r)
         ap_rputs("</dl>", r);
 
     if (is_async) {
-        int processing, write_completion = 0, lingering_close = 0, keep_alive = 0,
+        int processing = 0, write_completion = 0, lingering_close = 0, keep_alive = 0,
             connections = 0, stopping = 0, procs = 0;
         if (!short_report)
             ap_rputs("\n\n<table rules=\"all\" cellpadding=\"1%\">\n"