Skip to content

Commit

Permalink
Actually record the filter module associated with this open instance
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jul 13, 2019
1 parent a4a5b26 commit d9e9c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packetWin7/npf/npf/Openclos.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ NPF_OpenAdapter(
TRACE_EXIT();
return STATUS_INSUFFICIENT_RESOURCES;
}
Open->pFiltMod = pFiltMod;

#ifdef HAVE_WFP_LOOPBACK_SUPPORT
TRACE_MESSAGE3(PACKET_DEBUG_LOUD,
Expand Down

0 comments on commit d9e9c56

Please sign in to comment.