Commit 92aaff00 authored by Steinar H. Gunderson's avatar Steinar H. Gunderson
Browse files

Fix a bug where fallback from AF_INET6 to AF_INET would not work properly...

Fix a bug where fallback from AF_INET6 to AF_INET would not work properly together with relative search; if you had a search path of .a.com and .b.com, and foo.a.com would return ARES_ENODATA and foo.b.com would return ARES_ENOTFOUND, the lookup would not properly retry with AF_INET as it forgot the first ARES_ENODATA.
parent 65ba6e33
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment