K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-08-29T05:46:35.677709Z K 7 svn:log V 328 MFstable/11 r304945: MFC r304034: Initialize `ai` to NULL and test for `ai` with type-appropriate values Depending on the address family and ai_flags containing AI_V4MAPPED, it might not do a proper DNS lookup on the provided DNS address Convert some `ai` boolean true/false checks to NULL/non-NULL while here. PR: 211790 END