Skip to content

Commit

Permalink
Merge r1915508 from trunk:
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
notroj committed Mar 5, 2024
1 parent 72bef51 commit c74ab99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changes-entries/pr65091.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*) htcacheclean: In -a/-A mode, list all files per subdirectory
rather than only one. PR 65091.
[Artem Egorenkov <aegorenkov.91 gmail.com>]

2 changes: 0 additions & 2 deletions support/htcacheclean.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round)
}
}
}

break;
}
}
}
Expand Down

0 comments on commit c74ab99

Please sign in to comment.