aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wintun.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wintun.c b/wintun.c
index 05babe4..e2dd828 100644
--- a/wintun.c
+++ b/wintun.c
@@ -337,10 +337,8 @@ cleanupKeReleaseInStackQueuedSpinLock:
KeReleaseInStackQueuedSpinLock(&LockHandle);
skipNbl:
for (NET_BUFFER_LIST *Nbl = NetBufferLists; Nbl; Nbl = NET_BUFFER_LIST_NEXT_NBL(Nbl))
- {
NET_BUFFER_LIST_STATUS(Nbl) = Status;
- DiscardedPacketsCount += PacketsCount;
- }
+ DiscardedPacketsCount += PacketsCount;
ExReleaseSpinLockShared(&Ctx->TransitionLock, Irql);
NdisMSendNetBufferListsComplete(Ctx->MiniportAdapterHandle, NetBufferLists, 0);
updateStatistics: