]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Stop using apr_get_hostname(). It doesn't support IPv6 and it
authorJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 16:49:09 +0000 (16:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Dec 2000 16:49:09 +0000 (16:49 +0000)
commita70e7bfe5ca46e074ff5bcbd18cf16c82f6cf962
treef612c1b3bb2addb14ac41436ae30c5341f99f6ae
parentf5849b0cb7a8dd69e93cb0b3cdf68037d5e793ed
Stop using apr_get_hostname().  It doesn't support IPv6 and it
is redundant.  apr_getnameinfo() provides the same function.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87396 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c