diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-06 14:13:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-06 14:13:18 +0000 |
commit | e0e58b7bdc3c7a6bf368c49ecab8fc569d7fcd5e (patch) | |
tree | 816d7508ae1c7706076ffea89b903e7dccf53521 /backport-httpd-2.4.46-htcacheclean-dont-break.patch | |
parent | f753cf756d89ad7b43a59ef10807efc1cbfff797 (diff) |
automatic import of httpd
Diffstat (limited to 'backport-httpd-2.4.46-htcacheclean-dont-break.patch')
-rw-r--r-- | backport-httpd-2.4.46-htcacheclean-dont-break.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/backport-httpd-2.4.46-htcacheclean-dont-break.patch b/backport-httpd-2.4.46-htcacheclean-dont-break.patch deleted file mode 100644 index e52318a..0000000 --- a/backport-httpd-2.4.46-htcacheclean-dont-break.patch +++ /dev/null @@ -1,13 +0,0 @@ -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; - } - } - } |