]> 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)
commit1bfe3e1cdf9cda8b6f7537c331fd22dc11040ad1
treeb3b4cf8ab03a816f99355fa646bed94a36ca8a61
parent9d55830b40221e1cbdd958a8fa0486e3f0f8fa77
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