mirror of https://github.com/c-ares/c-ares.git
ares_gethostbyname: Fix AF_UNSPEC support when using an ip address (#204)
fake_hostent() was not supporting AF_UNSPEC, so when an ip address was specified when using AF_UNSPEC it would attempt to do a DNS lookup rather than returning a fake hostent using the ip address. Fix By: Seraphime Kirkovski (@Seraphime)pull/94/head^2
parent
5b246d2077
commit
c4764c2f28
1 changed files with 6 additions and 3 deletions
Loading…
Reference in new issue