mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[RDBSS] Fix pointer value assignation.
This commit is contained in:
@@ -1156,7 +1156,7 @@ RxCancelOperationInOverflowQueue(
|
||||
{
|
||||
/* Remove it from the list */
|
||||
RemoveEntryList(&RxContext->OverflowListEntry);
|
||||
RxContext->OverflowListEntry.Flink == NULL;
|
||||
RxContext->OverflowListEntry.Flink = NULL;
|
||||
|
||||
/* Decrement appropriate count */
|
||||
if (BooleanFlagOn(RxContext->Flags, RX_CONTEXT_FLAG_FSP_CRITICAL_OVERFLOW_QUEUE))
|
||||
|
||||
Reference in New Issue
Block a user