[ADVAPI32]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 6 May 2012 23:01:39 +0000 (23:01 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 6 May 2012 23:01:39 +0000 (23:01 +0000)
Fix broken commit.

svn path=/trunk/; revision=56530

reactos/dll/win32/advapi32/sec/lsa.c

index 66b341c..1fa624c 100644 (file)
@@ -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
     {