CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/03 04:22:30
Modified files:
usr.sbin/httpd : server_http.c
Log message:
Prefer getnameinfo() with NI_NUMERICHOST over inet_ntop because it is also
aware of the IPv6 scope Id. We already have a function print_host() that
uses getnameinfo, so no need for the inet_ntop cases. Confirmed by florian@
