mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed
to actually test any field outside the scope of APR_FINFO_MIN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87935 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -978,7 +978,7 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_file(const char *new_file,
|
||||
ap_parse_uri(rnew, rnew->uri); /* fill in parsed_uri values */
|
||||
|
||||
if (((rv = apr_stat(&rnew->finfo, rnew->filename,
|
||||
APR_FINFO_MIN, rnew->pool)) != APR_SUCCESS)
|
||||
APR_FINFO_MIN, rnew->pool)) != APR_SUCCESS)
|
||||
&& (rv != APR_INCOMPLETE)) {
|
||||
rnew->finfo.filetype = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user