Mailing List Archive

Re: svn commit: r1892987 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/proxy/proxy_util.c
> Am 06.09.2021 um 13:21 schrieb ylavic@apache.org:
>
> Author: ylavic
> Date: Mon Sep 6 11:21:49 2021
> New Revision: 1892987
>
> URL: http://svn.apache.org/viewvc?rev=1892987&view=rev
> Log:
> mod_proxy: Follow up to r1892986: APLOGNO()
>
> Stefan get out of this body! :)

Was I not wearing my mask?

> Modified:
> httpd/httpd/trunk/docs/log-message-tags/next-number
> httpd/httpd/trunk/modules/proxy/proxy_util.c
>
> Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1892987&r1=1892986&r2=1892987&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
> +++ httpd/httpd/trunk/docs/log-message-tags/next-number Mon Sep 6 11:21:49 2021
> @@ -1 +1 @@
> -10292
> +10293
>
> Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=1892987&r1=1892986&r2=1892987&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original)
> +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Mon Sep 6 11:21:49 2021
> @@ -2288,7 +2288,7 @@ static int fix_uds_filename(request_rec
> 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;
> }
>
>