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:
@@ -1 +1 @@
|
||||
10292
|
||||
10293
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user