Mailing List Archive

svn commit: r1916131 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/pr65091.txt support/htcacheclean.c
Author: jorton
Date: Tue Mar 5 13:11:54 2024
New Revision: 1916131

URL: http://svn.apache.org/viewvc?rev=1916131&view=rev
Log:
Merge r1915508 from trunk:

* 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>
Reviewed by: jorton, ylavic, jfclere


Added:
httpd/httpd/branches/2.4.x/changes-entries/pr65091.txt
- copied unchanged from r1915508, httpd/httpd/trunk/changes-entries/pr65091.txt
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/support/htcacheclean.c

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
Merged /httpd/httpd/trunk:r1915508

Modified: httpd/httpd/branches/2.4.x/support/htcacheclean.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/support/htcacheclean.c?rev=1916131&r1=1916130&r2=1916131&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/support/htcacheclean.c (original)
+++ httpd/httpd/branches/2.4.x/support/htcacheclean.c Tue Mar 5 13:11:54 2024
@@ -558,8 +558,6 @@ static int list_urls(char *path, apr_poo
}
}
}
-
- break;
}
}
}