mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -670,8 +670,8 @@ static int proxy_trans(request_rec *r)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
conf
|
conf = (proxy_server_conf *) ap_get_module_config(r->server->module_config,
|
||||||
= (proxy_server_conf *) ap_get_module_config(r->server->module_config, &proxy_module);
|
&proxy_module);
|
||||||
|
|
||||||
/* long way - walk the list of aliases, find a match */
|
/* long way - walk the list of aliases, find a match */
|
||||||
if (conf->aliases->nelts) {
|
if (conf->aliases->nelts) {
|
||||||
|
Reference in New Issue
Block a user