mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
advapi32: Removed redundant NULL check.
This commit is contained in:
parent
28e990c13d
commit
508ef4ce20
@ -2661,7 +2661,7 @@ BOOL WINAPI LookupAccountNameW( LPCWSTR lpSystemName, LPCWSTR lpAccountName, PSI
|
|||||||
nameLen += 1;
|
nameLen += 1;
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
}
|
}
|
||||||
else if (ReferencedDomainName && domainName)
|
else if (ReferencedDomainName)
|
||||||
{
|
{
|
||||||
strcpyW(ReferencedDomainName, domainName);
|
strcpyW(ReferencedDomainName, domainName);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user