mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:35:47 +00:00
SystemName == NULL is valid for LsaOpenPolicy
svn path=/trunk/; revision=39257
This commit is contained in:
parent
9b57ce8177
commit
2c235c6653
1 changed files with 2 additions and 2 deletions
|
@ -395,7 +395,7 @@ LsaOpenPolicy(
|
|||
{
|
||||
*PolicyHandle = NULL;
|
||||
|
||||
Status = LsarOpenPolicy(SystemName->Buffer,
|
||||
Status = LsarOpenPolicy(SystemName ? SystemName->Buffer : NULL,
|
||||
(PLSAPR_OBJECT_ATTRIBUTES)ObjectAttributes,
|
||||
DesiredAccess,
|
||||
PolicyHandle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue