From aa1476072ea54c8cd0e94e2abd4872a695c2a174 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 1 Feb 2024 08:39:48 +0000 Subject: [PATCH] * support/htcacheclean.c (list_urls): Continue rather than stopping after listing a file for each subdirectory. PR: 65091 Submitted by: Artem Egorenkov git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915508 13f79535-47bb-0310-9956-ffa450edef68 --- changes-entries/pr65091.txt | 4 ++++ support/htcacheclean.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changes-entries/pr65091.txt diff --git a/changes-entries/pr65091.txt b/changes-entries/pr65091.txt new file mode 100644 index 00000000000..097077aa57a --- /dev/null +++ b/changes-entries/pr65091.txt @@ -0,0 +1,4 @@ + *) htcacheclean: In -a/-A mode, list all files per subdirectory + rather than only one. PR 65091. + [Artem Egorenkov ] + diff --git a/support/htcacheclean.c b/support/htcacheclean.c index b4eabbf3488..57c5c5b7aff 100644 --- a/support/htcacheclean.c +++ b/support/htcacheclean.c @@ -558,8 +558,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round) } } } - - break; } } } -- 2.47.2