mirror of https://gitee.com/openkylin/glibc.git
submitted-missing-etc-hosts
Gbp-Pq: Topic any Gbp-Pq: Name submitted-missing-etc-hosts.diff
This commit is contained in:
parent
b92e594bf2
commit
a23de54bb6
|
@ -483,7 +483,7 @@ _nss_files_gethostbyname4_r (const char *name, struct gaih_addrtuple **pat,
|
|||
else
|
||||
{
|
||||
*errnop = errno;
|
||||
*herrnop = NO_DATA;
|
||||
*herrnop = HOST_NOT_FOUND;
|
||||
}
|
||||
|
||||
return status;
|
||||
|
|
Loading…
Reference in New Issue