mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
Bump the logno.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879548 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1 +1 @@
|
|||||||
10258
|
10259
|
||||||
|
@ -133,7 +133,7 @@ static char *make_digest_etag(request_rec *r, etag_rec *er, char *vlv,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((status = apr_file_seek(fd, APR_END, &len)) != APR_SUCCESS) {
|
if ((status = apr_file_seek(fd, APR_END, &len)) != APR_SUCCESS) {
|
||||||
ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO()
|
ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(10258)
|
||||||
"Make etag: could not seek");
|
"Make etag: could not seek");
|
||||||
if (er->pathname) {
|
if (er->pathname) {
|
||||||
apr_file_close(fd);
|
apr_file_close(fd);
|
||||||
|
Reference in New Issue
Block a user