mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:23:06 +00:00
[MSV1_0]
Fix a bug (LsarClose must be passed a pointer to a LSAPR_HANDLE, not the handle itself) svn path=/trunk/; revision=60838
This commit is contained in:
parent
1b54b4882c
commit
2324ecfbb8
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ BuildTokenPrivileges(PTOKEN_PRIVILEGES *TokenPrivileges)
|
|||
|
||||
done:
|
||||
if (PolicyHandle != NULL)
|
||||
LsarClose(PolicyHandle);
|
||||
LsarClose(&PolicyHandle);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue