From cc718e26c6549a55a892cebe1d29fd59f4b08651 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 6 May 2011 18:43:37 +0000 Subject: * libc/minires-os-if.c (get_dns_info): Drop printing uninitialized value of dwRetVal in debug output. --- winsup/cygwin/libc/minires-os-if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/libc') diff --git a/winsup/cygwin/libc/minires-os-if.c b/winsup/cygwin/libc/minires-os-if.c index c2f1a46be..f59369827 100644 --- a/winsup/cygwin/libc/minires-os-if.c +++ b/winsup/cygwin/libc/minires-os-if.c @@ -421,7 +421,7 @@ void get_dns_info(res_state statp) if (statp->use_os) { - DPRINTF(debug, "using dnsapi.dll %d\n", dwRetVal); + DPRINTF(debug, "using dnsapi.dll\n"); statp->os_query = (typeof(statp->os_query)) cygwin_query; /* We just need the search list. Avoid loading iphlpapi. */ statp->nscount = -1; -- cgit v1.2.3