Skip to content

Commit

Permalink
Tie filter module and handles to base miniport ID, not filter module'…
Browse files Browse the repository at this point in the history
…s ID. See nmap#627
  • Loading branch information
bonsaiviking committed Jan 7, 2023
1 parent 78d9a4b commit 88188f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/Openclos.c
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ NPF_AttachAdapter(
TRACE_EXIT();
return returnStatus;
}
pFiltMod->AdapterID = AttachParameters->NetLuid;
pFiltMod->AdapterID = AttachParameters->BaseMiniportNetLuid;
pFiltMod->AdapterBindingStatus = FilterAttaching;
switch (AttachParameters->MiniportMediaType)
{
Expand Down

0 comments on commit 88188f6

Please sign in to comment.