mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NETAPI32] Fix a typo in DsDeregisterDnsHostRecordsA
Thank you very much UserNT and Thomas for the hint!
This commit is contained in:
parent
bfea773ee5
commit
121f0a5c50
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ DsDeregisterDnsHostRecordsA(
|
|||
}
|
||||
}
|
||||
|
||||
pDnsHostNameW = NetpAllocWStrFromAnsiStr((PSTR)DnsDomainName);
|
||||
pDnsHostNameW = NetpAllocWStrFromAnsiStr((PSTR)DnsHostName);
|
||||
if (pDnsHostNameW == NULL)
|
||||
{
|
||||
status = ERROR_NOT_ENOUGH_MEMORY;
|
||||
|
|
Loading…
Reference in a new issue