mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
Driver: fortstat: Fix typo
This commit is contained in:
parent
fa785e9faf
commit
819f6aa322
@ -203,8 +203,7 @@ inline static BOOL fort_flow_context_stream_remove(
|
||||
return FwpsFlowRemoveContext0(flow_id, layerId, calloutId) != STATUS_PENDING;
|
||||
}
|
||||
|
||||
inline static NTSTATUS fort_flow_context_transport_remove(
|
||||
PFORT_STAT stat, UINT64 flow_id, BOOL isIPv6)
|
||||
inline static BOOL fort_flow_context_transport_remove(PFORT_STAT stat, UINT64 flow_id, BOOL isIPv6)
|
||||
{
|
||||
NTSTATUS in_status;
|
||||
NTSTATUS out_status;
|
||||
|
Loading…
Reference in New Issue
Block a user