1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

mod_status: Fix missing initialization, follow up to r1918098

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
This commit is contained in:
Joe Orton
2024-06-03 08:02:09 +00:00
parent c09f4ffdbb
commit f33ad20a02

View 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"