mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
fix or complain about some invalid errno references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -342,7 +342,7 @@ static int process_dir(char *path, apr_pool_t *pool)
|
||||
}
|
||||
}
|
||||
|
||||
/* this may look strange but apr_stat() may return errno which
|
||||
/* this may look strange but apr_stat() may return an error which
|
||||
* is system dependent and there may be transient failures,
|
||||
* so just blindly retry for a short while
|
||||
*/
|
||||
|
Reference in New Issue
Block a user