diff options
Diffstat (limited to 'include/httpd.h')
-rw-r--r-- | include/httpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/httpd.h b/include/httpd.h index 7121189641..19554b2108 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1053,10 +1053,10 @@ struct conn_rec { /** local address */ apr_sockaddr_t *local_addr; /** remote address */ - apr_sockaddr_t *peer_addr; + apr_sockaddr_t *client_addr; /** Client's IP address */ - char *peer_ip; + char *client_ip; /** Client's DNS name, if known. NULL if DNS hasn't been checked, * "" if it has and no address was found. N.B. Only access this though * get_remote_host() */ |