Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 03/16/2000 05:51:45
Module Name:	basesrc
Committed By:	itojun
Date:		Thu Mar 16 13:51:44 UTC 2000

Modified Files:
	basesrc/lib/libc/net: getaddrinfo.c

Log Message:
visit all requests even if we get errors from name server.
this will solve name query failures for IPv4-only node, when
the DNS server returns SERVFAIL or NXDOMAIN (should success with an == 0).
PR: 9621


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/lib/libc/net/getaddrinfo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.