|
@@ -2130,7 +2130,7 @@ int gethostbyname2_r(const char *name, int family,
|
|
|
int old_errno = errno; /* Save the old errno and reset errno */
|
|
|
__set_errno(0); /* to check for missing /etc/hosts. */
|
|
|
|
|
|
- if ((i=__get_hosts_byname_r(name, AF_INET, result_buf,
|
|
|
+ if ((i=__get_hosts_byname_r(name, family, result_buf,
|
|
|
buf, buflen, result, h_errnop))==0)
|
|
|
return i;
|
|
|
switch (*h_errnop) {
|