mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:11:41 +00:00
[CSRSRV]
Initialize an uninitialized variable. svn path=/branches/ros-csrss/; revision=58158
This commit is contained in:
parent
122303c4ea
commit
074466b15e
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ CsrLockProcessByClientId(IN HANDLE Pid,
|
||||||
{
|
{
|
||||||
PLIST_ENTRY NextEntry;
|
PLIST_ENTRY NextEntry;
|
||||||
PCSR_PROCESS CurrentProcess = NULL;
|
PCSR_PROCESS CurrentProcess = NULL;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status = STATUS_UNSUCCESSFUL;
|
||||||
|
|
||||||
/* Acquire the lock */
|
/* Acquire the lock */
|
||||||
CsrAcquireProcessLock();
|
CsrAcquireProcessLock();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue