mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
comment change, no functional change
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -60,7 +60,7 @@ typedef struct {
|
||||
const char *proxy_ips;
|
||||
/** The remaining list of untrusted proxied remote ip's */
|
||||
const char *proxied_remote;
|
||||
/** The most recetly modified ip and address record */
|
||||
/** The most recently modified ip and address record */
|
||||
const char *proxied_ip;
|
||||
apr_sockaddr_t proxied_addr;
|
||||
} remoteip_conn_t;
|
||||
@@ -113,6 +113,7 @@ static const char *proxies_header_name_set(cmd_parms *cmd, void *dummy,
|
||||
}
|
||||
|
||||
/* Would be quite nice if APR exported this */
|
||||
/* apr:network_io/unix/sockaddr.c */
|
||||
static int looks_like_ip(const char *ipstr)
|
||||
{
|
||||
if (ap_strchr_c(ipstr, ':')) {
|
||||
|
||||
Reference in New Issue
Block a user