]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_proxy: Follow up to r1892986: APLOGNO()
authorYann Ylavic <ylavic@apache.org>
Mon, 6 Sep 2021 11:21:49 +0000 (11:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 6 Sep 2021 11:21:49 +0000 (11:21 +0000)
Stefan get out of this body! :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892987 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/proxy_util.c

index 3769188730beb45a4e0506f3f08acda2d9783b2d..3254f8a85c3f740be0b3b647ead4cf5970091255 100644 (file)
@@ -1 +1 @@
-10292
+10293
index d8c8d6a4ba933fd22bb8abc6c48858a583aa9055..29e13d551cc670b62de0d648a002449c38e264af 100644 (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;
         }