]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1919023: fix compilation.
authorYann Ylavic <ylavic@apache.org>
Mon, 8 Jul 2024 14:34:37 +0000 (14:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 8 Jul 2024 14:34:37 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919024 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 39fc7010c783b5cd93f65436c5e9be0e719ae193..cbc31104c37bf59c7d05c718c3579419e8e06dc3 100644 (file)
@@ -2561,7 +2561,7 @@ PROXY_DECLARE(int) ap_proxy_canon_url(request_rec *r)
     }
 
     /* Keep this after fixup_uds_filename() */
-    url = ap_pstrdup(r->pool, r->filename + 6);
+    url = apr_pstrdup(r->pool, r->filename + 6);
 
     if ((dconf->interpolate_env == 1) && (r->proxyreq == PROXYREQ_REVERSE)) {
         /* create per-request copy of reverse proxy conf,