mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RDBSS] Avoid uninit var usage.
CID 1419475
This commit is contained in:
parent
74cc91524a
commit
151869c6ef
1 changed files with 3 additions and 0 deletions
|
@ -1052,6 +1052,9 @@ RxCancelNotifyChangeDirectoryRequestsForVNetRoot(
|
|||
/* Lock our list lock */
|
||||
KeAcquireSpinLock(&RxStrucSupSpinLock, &OldIrql);
|
||||
|
||||
/* Assume success */
|
||||
Status = STATUS_SUCCESS;
|
||||
|
||||
/* Now, browse all the active contexts, to find the associated ones */
|
||||
Entry = RxActiveContexts.Flink;
|
||||
while (Entry != &RxActiveContexts)
|
||||
|
|
Loading…
Reference in a new issue