2001-08-31 Ken Raeburn <raeburn@mit.edu>
+ * hostaddr.c (krb5_os_hostaddr): Don't use AI_DEFAULT.
+
* genaddrs.c (struct addrpair): New type.
(cvtaddr): New function. Fills in krb5_address structures
referencing port and address parts of a sockaddr. Converts
return KRB5_ERR_BAD_HOSTNAME;
memset (&hints, 0, sizeof (hints));
- hints.ai_flags = AI_DEFAULT | AI_NUMERICHOST;
+ hints.ai_flags = AI_NUMERICHOST;
/* We don't care what kind at this point, really, but without
this, we can get back multiple sockaddrs per address, for
SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW. I haven't checked if