summaryrefslogtreecommitdiff
path: root/httpd-2.4.46-htcacheclean-dont-break.patch
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-2.4.46-htcacheclean-dont-break.patch')
-rw-r--r--httpd-2.4.46-htcacheclean-dont-break.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/httpd-2.4.46-htcacheclean-dont-break.patch b/httpd-2.4.46-htcacheclean-dont-break.patch
new file mode 100644
index 0000000..e52318a
--- /dev/null
+++ b/httpd-2.4.46-htcacheclean-dont-break.patch
@@ -0,0 +1,13 @@
+diff --git a/support/htcacheclean.c b/support/htcacheclean.c
+index 958ba6d..0a7fe3c 100644
+--- a/support/htcacheclean.c
++++ b/support/htcacheclean.c
+@@ -557,8 +557,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round)
+ }
+ }
+ }
+-
+- break;
+ }
+ }
+ }