diff options
| author | Elaine Houha <[email protected]> | 2024-02-13 10:20:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-13 10:20:28 -0800 |
| commit | 680f276a600ba62925776e02b57b72513e1e9908 (patch) | |
| tree | 7a0041eb26070585dd38c1571182fe6c35288361 /network/trans/WFPSampler/sys/CompletionFunctions_FastStreamInjectionCallouts.cpp | |
| parent | dae7c2a1984844ba300fe085b231ac61925344b8 (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.cpp | 2 |
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); |
