mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[DNSAPI] Request adns to search servers and domains. By Peter Hater. CORE-10440
svn path=/trunk/; revision=72726
This commit is contained in:
parent
ad787661bb
commit
6086defd15
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ DnsQuery_A(LPCSTR Name,
|
|||
PVOID *Reserved)
|
||||
{
|
||||
adns_state astate;
|
||||
int quflags = 0;
|
||||
int quflags = adns_qf_search;
|
||||
int adns_error;
|
||||
adns_answer *answer;
|
||||
LPSTR CurrentName;
|
||||
|
|
Loading…
Reference in a new issue