summaryrefslogtreecommitdiff
path: root/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp
diff options
context:
space:
mode:
authorElaine Houha <[email protected]>2024-02-13 10:20:28 -0800
committerGitHub <[email protected]>2024-02-13 10:20:28 -0800
commit680f276a600ba62925776e02b57b72513e1e9908 (patch)
tree7a0041eb26070585dd38c1571182fe6c35288361 /network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp
parentdae7c2a1984844ba300fe085b231ac61925344b8 (diff)
Part 2: WfpSampler now compiles on both EWDKs (#1108)
* compiles on both EWDKs needed for all 5 Samples * fixes the debug build which broke during merge conflict resolution * Update exclusions.csv --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
Diffstat (limited to 'network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp')
-rw-r--r--network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp b/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp
index 8dec0b9a..9437f586 100644
--- a/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp
+++ b/network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp
@@ -60,8 +60,6 @@ VOID NTAPI CompleteFastStreamInjection(_In_ VOID* pContext,
UNREFERENCED_PARAMETER(pContext);
UNREFERENCED_PARAMETER(dispatchLevel);
- NT_ASSERT(NT_SUCCESS(pNetBufferList->Status));
-
FwpsFreeCloneNetBufferList(pNetBufferList,
0);