mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
* 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> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
4
changes-entries/pr65091.txt
Normal file
4
changes-entries/pr65091.txt
Normal file
@ -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>]
|
||||
|
@ -558,8 +558,6 @@ static int list_urls(char *path, apr_pool_t *pool, apr_off_t round)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user