mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ADVAPI32]
Fix broken commit. svn path=/trunk/; revision=56530
This commit is contained in:
@@ -213,7 +213,7 @@ LsaCreateAccount(IN LSA_HANDLE PolicyHandle,
|
||||
{
|
||||
NTSTATUS Status;
|
||||
|
||||
TRACE("(%p,%p,0x%08x,%p)\n", PolicyHandle, AccountSid, Flags, AccountHandle);
|
||||
TRACE("(%p,%p,0x%08x,%p)\n", PolicyHandle, AccountSid, DesiredAccess, AccountHandle);
|
||||
|
||||
RpcTryExcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user