mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +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 */
|
/* Lock our list lock */
|
||||||
KeAcquireSpinLock(&RxStrucSupSpinLock, &OldIrql);
|
KeAcquireSpinLock(&RxStrucSupSpinLock, &OldIrql);
|
||||||
|
|
||||||
|
/* Assume success */
|
||||||
|
Status = STATUS_SUCCESS;
|
||||||
|
|
||||||
/* Now, browse all the active contexts, to find the associated ones */
|
/* Now, browse all the active contexts, to find the associated ones */
|
||||||
Entry = RxActiveContexts.Flink;
|
Entry = RxActiveContexts.Flink;
|
||||||
while (Entry != &RxActiveContexts)
|
while (Entry != &RxActiveContexts)
|
||||||
|
|
Loading…
Reference in a new issue