mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Follow up to r1919023: fix compilation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2561,7 +2561,7 @@ PROXY_DECLARE(int) ap_proxy_canon_url(request_rec *r)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Keep this after fixup_uds_filename() */
|
/* 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)) {
|
if ((dconf->interpolate_env == 1) && (r->proxyreq == PROXYREQ_REVERSE)) {
|
||||||
/* create per-request copy of reverse proxy conf,
|
/* create per-request copy of reverse proxy conf,
|
||||||
|
Reference in New Issue
Block a user