]> git.ipfire.org Git - thirdparty/curl.git/commit
server/resolve: remove AI_CANONNAME to make macos tell the truth
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Apr 2020 14:40:51 +0000 (16:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 9 Apr 2020 07:45:58 +0000 (09:45 +0200)
commitcb232b13deff65ab3479f4b79af2b1de373be27d
treea0ef2ef1bc9858f32d22c925f52a962209faa81b
parent07778542b3c7bff1391783fdbb2e995264509e81
server/resolve: remove AI_CANONNAME to make macos tell the truth

With this bit set, my mac successfully resolves "ip6-localhost" when in
fact there is no such host known to my machine! That in turn made test
241 wrongly execute and fail.

Closes #5202
tests/server/resolve.c