1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

mod_proxy: Follow up to r1892986: APLOGNO()

Stefan get out of this body! :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2021-09-06 11:21:49 +00:00
parent fe32f679f4
commit 47e6ecef20
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
10292
10293

View File

@@ -2288,7 +2288,7 @@ static int fix_uds_filename(request_rec *r, char **url)
uds_path = ap_runtime_dir_relative(r->pool, urisock.path);
}
if (!uds_path) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(10292)
"Invalid proxy UDS filename (%s)", r->filename);
return 0;
}