]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* support/htcacheclean.c (list_urls): Continue rather than stopping
authorJoe Orton <jorton@apache.org>
Thu, 1 Feb 2024 08:39:48 +0000 (08:39 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 1 Feb 2024 08:39:48 +0000 (08:39 +0000)
  after listing a file for each subdirectory.

PR: 65091
Submitted by: Artem Egorenkov <aegorenkov.91 gmail.com>

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

changes-entries/pr65091.txt [new file with mode: 0644]
support/htcacheclean.c

diff --git a/changes-entries/pr65091.txt b/changes-entries/pr65091.txt
new file mode 100644 (file)
index 0000000..097077a
--- /dev/null
@@ -0,0 +1,4 @@
+  *) htcacheclean: In -a/-A mode, list all files per subdirectory
+     rather than only one. PR 65091.
+     [Artem Egorenkov <aegorenkov.91 gmail.com>]
+
index b4eabbf3488265cc85c70b08f2900d3328ee123e..57c5c5b7aff9a56c227934b250a68b5478408d0d 100644 (file)
@@ -558,8 +558,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round)
                                         }
                                     }
                                 }
-
-                                break;
                             }
                         }
                     }