Commit 508ef4ce authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

advapi32: Removed redundant NULL check.

parent 28e990c1
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment