Commits

Andy Green authored ddcbb6fa806
lws_interface_to_sa: confirm getifaddrs worked We don't actually check that it provided results... return diags and that the interface is usable if it didn't. Also explicitly check ifa_name for being NULL, since it seems some platforms can do that even with an ifa_addr (thanks to Jed)