mirror of
https://github.com/tnodir/fort
synced 2024-11-14 21:55:37 +00:00
Minor fix
This commit is contained in:
parent
1c9c7ca9d7
commit
d4f2ff6d6e
@ -148,12 +148,10 @@ wipf_callout_classify_v4 (const FWPS_INCOMING_VALUES0 *inFixedValues,
|
||||
classifyOut->rights &= ~FWPS_RIGHT_ACTION_WRITE;
|
||||
}
|
||||
classifyOut->actionType = FWP_ACTION_BLOCK;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
} else {
|
||||
classifyOut->actionType = FWP_ACTION_CONTINUE;
|
||||
}
|
||||
|
||||
classifyOut->actionType = FWP_ACTION_CONTINUE;
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user