From 1112b2c38f39f33daefd03bb1eebe9e1f84eabaf Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 1 May 2011 14:56:46 +0000 Subject: * libc/minires-os-if.c (get_dns_info): Remove unnecessary test for existence of DnsQuery_A. --- winsup/cygwin/libc/minires-os-if.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'winsup/cygwin/libc/minires-os-if.c') diff --git a/winsup/cygwin/libc/minires-os-if.c b/winsup/cygwin/libc/minires-os-if.c index eb788f2c6..c2f1a46be 100644 --- a/winsup/cygwin/libc/minires-os-if.c +++ b/winsup/cygwin/libc/minires-os-if.c @@ -419,8 +419,7 @@ void get_dns_info(res_state statp) FIXED_INFO * pFixedInfo; int numAddresses = 0; - if (statp->use_os - && ((dwRetVal = DnsQuery_A(NULL, 0, 0, NULL, NULL, NULL)) != ERROR_PROC_NOT_FOUND)) + if (statp->use_os) { DPRINTF(debug, "using dnsapi.dll %d\n", dwRetVal); statp->os_query = (typeof(statp->os_query)) cygwin_query; -- cgit v1.2.3