]> granicus.if.org Git - curl/commit
Fix a bug where fallback from AF_INET6 to AF_INET would not work properly together...
authorSteinar H. Gunderson <sesse@google.com>
Tue, 16 Oct 2007 21:27:51 +0000 (21:27 +0000)
committerSteinar H. Gunderson <sesse@google.com>
Tue, 16 Oct 2007 21:27:51 +0000 (21:27 +0000)
commit92aaff009d0a2e5ade970fb3700ca2d516ff12ec
tree79e191f80483048540b7dcc8a56b1de1a359cf80
parent65ba6e3337d5f328c614a9e6b8e15b8d74d9b5e9
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.
ares/ares_search.c