Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-06 22:43:37 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-06 22:43:37 +0400
commitcc718e26c6549a55a892cebe1d29fd59f4b08651 (patch)
tree4aa84ddf4bad042e6c5498a6d278dde160eedcaf /winsup/cygwin/libc
parenta4e5706eb2e207ee891bc1dec7488ac6d3a14d48 (diff)
* libc/minires-os-if.c (get_dns_info): Drop printing uninitialized
value of dwRetVal in debug output.
Diffstat (limited to 'winsup/cygwin/libc')
-rw-r--r--winsup/cygwin/libc/minires-os-if.c2
1 files changed, 1 insertions, 1 deletions
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;