]> granicus.if.org Git - apache/commit
The local_addr and remote_addr fields in the conn_rec are now
authorJeff Trawick <trawick@apache.org>
Thu, 14 Dec 2000 18:47:30 +0000 (18:47 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 14 Dec 2000 18:47:30 +0000 (18:47 +0000)
commitea8867b76312a89f53e10cb59282947d08dda10b
tree8c1990510d37aa5f55123c3f0d4c02129f4b0eec
parent328a68175c5d529ff179af1674c2f8a614c5ce68
The local_addr and remote_addr fields in the conn_rec are now
apr_sockaddr_t * instead of sockaddr_in.  This is a small step
towards IPv6 support.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87342 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
modules/aaa/mod_access.c
modules/dav/main/util.c
modules/http/http_core.c
server/connection.c
server/vhost.c