getnameinfo(3) doesn't need to initialize the resolver when it's only used
authoreric <eric@openbsd.org>
Mon, 25 May 2015 19:16:08 +0000 (19:16 +0000)
committereric <eric@openbsd.org>
Mon, 25 May 2015 19:16:08 +0000 (19:16 +0000)
commit4945baa2cc46a3b5d759ce1f64480fe621093a20
tree4e864e91e3473222609303f281b9fa1f8551925e
parent9232d4d90014350681428e64b76ca9f697b0c548
getnameinfo(3) doesn't need to initialize the resolver when it's only used
for address/port formatting (e.g. NI_NUMERICHOST).

ok deraadt@ jca@
lib/libc/asr/getnameinfo.c