This should be fixed in upstream by r24977.

I also asked Ken why the code was trying AF_INET first, and he didn't
really remember, but theorized that maybe it was to avoid making
unwanted AAAA lookups.  It seems like an odd place to worry about that
given that locate_kdc is responsible for a lot more getaddrinfo calls
and didn't have the same consideration.  Anyway, we now use AF_UNSPEC
and AI_ADDRCONFIG.  (The next commit, r24978, adds AI_ADDRCONFIG to
other getaddrinfo calls, which may improve performance in some
situations.)






-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to