* libc/minires-os-if.c (get_dns_info): Drop printing uninitialized
value of dwRetVal in debug output.
This commit is contained in:
parent
a4e5706eb2
commit
cc718e26c6
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user