diff options
author | Joe Orton <jorton@apache.org> | 2024-02-01 09:39:48 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-02-01 09:39:48 +0100 |
commit | aa1476072ea54c8cd0e94e2abd4872a695c2a174 (patch) | |
tree | ee07eaf8c071408ae65fa90927b8171832cd1cb9 /support | |
parent | Rebuilds a number of pending doc changes (diff) | |
download | apache2-aa1476072ea54c8cd0e94e2abd4872a695c2a174.tar.xz apache2-aa1476072ea54c8cd0e94e2abd4872a695c2a174.zip |
* support/htcacheclean.c (list_urls): Continue rather than stopping
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
Diffstat (limited to 'support')
-rw-r--r-- | support/htcacheclean.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/htcacheclean.c b/support/htcacheclean.c index b4eabbf348..57c5c5b7af 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; } } } |