From aa1476072ea54c8cd0e94e2abd4872a695c2a174 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 1 Feb 2024 08:39:48 +0000 Subject: * 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 --- support/htcacheclean.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'support') 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; } } } -- cgit v1.2.3