[#]
http://marc.info/?l=openbsd-cvs&m=140706137726248&w=2
openbsd-cvs(obsdave,2) — All
2014-08-03 14:55:09
Module name: src
Changes by: reyk@cvs.openbsd.org 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@