* libc/minires-os-if.c (get_dns_info): Drop printing uninitialized

value of dwRetVal in debug output.
This commit is contained in:
Corinna Vinschen 2011-05-06 18:43:37 +00:00
parent a4e5706eb2
commit cc718e26c6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-05-06 Corinna Vinschen <corinna@vinschen.de>
* libc/minires-os-if.c (get_dns_info): Drop printing uninitialized
value of dwRetVal in debug output.
2011-05-06 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (fhandler_socket::read): Declare.

View File

@ -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;