mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LSASRV]
Fix uninitialized variable. CORE-7303 #resolve #comment Fixed! svn path=/trunk/; revision=59233
This commit is contained in:
@@ -2178,7 +2178,7 @@ NTSTATUS WINAPI LsarEnumerateAccountRights(
|
||||
PRPC_UNICODE_STRING RightsBuffer = NULL;
|
||||
PRPC_UNICODE_STRING PrivilegeString;
|
||||
ACCESS_MASK SystemAccess;
|
||||
ULONG RightsCount;
|
||||
ULONG RightsCount = 0;
|
||||
ULONG RightsIndex;
|
||||
ULONG i;
|
||||
NTSTATUS Status;
|
||||
|
||||
Reference in New Issue
Block a user