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;
|
||||
}
|
||||
}
|
||||
status = NSS_STATUS_SUCCESS;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user