1
0
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:
Jim Jagielski
2009-05-05 18:52:59 +00:00
parent a29e9ec1d5
commit 12033b2b0f

View File

@@ -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, ':')) {