mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[DNSAPI]
- Fix infinite loop in DnsQuery_W svn path=/trunk/; revision=71723
This commit is contained in:
parent
384142a8d9
commit
74a531a658
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ DnsQuery_W(LPCWSTR Name,
|
||||||
{
|
{
|
||||||
LastRecord = *QueryResultSet = ConvertedRecord;
|
LastRecord = *QueryResultSet = ConvertedRecord;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QueryResultWide = QueryResultWide->pNext;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LastRecord)
|
if (LastRecord)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue