]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1909429: Fix scope/block syntax.
authorYann Ylavic <ylavic@apache.org>
Thu, 4 May 2023 10:30:25 +0000 (10:30 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 4 May 2023 10:30:25 +0000 (10:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909606 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 8e43a3e7621ff88a453843f51acea9e64de72832..71479b87efb1f13e2aee587312e5f000cff7f946 100644 (file)
@@ -348,9 +348,9 @@ static int status_handler(request_rec *r)
                 else if (res != SERVER_DEAD &&
                          res != SERVER_STARTING &&
                          res != SERVER_IDLE_KILL) {
-                    if (res == SERVER_GRACEFUL)
+                    if (res == SERVER_GRACEFUL) {
                         graceful++;
-                        if (is_async) {
+                        if (is_async)
                             thread_graceful_buffer[i]++;
                     } else {
                         busy++;