Driver: fortstat: Fix typo

This commit is contained in:
Nodir Temirkhodjaev 2023-01-18 13:11:06 +03:00
parent fa785e9faf
commit 819f6aa322

View File

@ -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;