mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03: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:
@ -817,6 +817,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
|||||||
canon = name;
|
canon = name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
status = NSS_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user