mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Fix one case of last checkin.
If the v4 lookup failed but v6 succeeded we treat this as a success.
This commit is contained in:
parent
7c9302908e
commit
07f9ca32a9
@ -817,6 +817,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
|||||||
canon = name;
|
canon = name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
status = NSS_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user