Skip to content

Commit c74ab99

Browse files
committed
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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916131 13f79535-47bb-0310-9956-ffa450edef68
1 parent 72bef51 commit c74ab99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changes-entries/pr65091.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*) htcacheclean: In -a/-A mode, list all files per subdirectory
2+
rather than only one. PR 65091.
3+
[Artem Egorenkov <aegorenkov.91 gmail.com>]
4+

support/htcacheclean.c

-2
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round)
558558
}
559559
}
560560
}
561-
562-
break;
563561
}
564562
}
565563
}

0 commit comments

Comments
 (0)