mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +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;
|
||||
ret = FALSE;
|
||||
}
|
||||
else if (ReferencedDomainName && domainName)
|
||||
else if (ReferencedDomainName)
|
||||
{
|
||||
strcpyW(ReferencedDomainName, domainName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user