]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use apr_parse_addr_port() in fix_hostname(). This simplifies the
authorJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 12:54:53 +0000 (12:54 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 16 Dec 2000 12:54:53 +0000 (12:54 +0000)
commit6b3c397afb463e200b7342fa0b59ad8d628e3185
treeb3b4cf8ab03a816f99355fa646bed94a36ca8a61
parentcecc389912d5ac8589829589f8361c51b71278eb
Use apr_parse_addr_port() in fix_hostname().  This simplifies the
code by a small (okay, tiny) amount and lets IPv6 numeric address
strings be passed through.
Obtained from:  the idea is from the KAME IPv6 patch for Apache 1.3

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87370 13f79535-47bb-0310-9956-ffa450edef68
server/vhost.c