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:
Ulrich Drepper 2010-03-26 05:52:39 -07:00
parent 7c9302908e
commit 07f9ca32a9
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
canon = name;
}
}
status = NSS_STATUS_SUCCESS;
}
else
{