diff options
| author | Prashant Chahar <[email protected]> | 2026-02-03 22:18:25 -0800 |
|---|---|---|
| committer | Prashant Chahar <[email protected]> | 2026-02-03 22:18:25 -0800 |
| commit | caee83cf5eddfb7d5e10125230a95ef4c87b2e38 (patch) | |
| tree | a6e09b71c52da096a7864df7c1f34fd804eede7b /network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp | |
| parent | 1d89a1513f519f62226f84a3131916ab2fd0c3ef (diff) | |
removed the space after newline which seems to be bug in c++ 23 not in samplespc_loadletter_0302
Diffstat (limited to 'network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp')
| -rw-r--r-- | network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp b/network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp index 179a7ac0..f1c7f905 100644 --- a/network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp +++ b/network/trans/WFPSampler/sys/ClassifyFunctions_FlowAssociationCallouts.cpp @@ -39,7 +39,7 @@ //////////////////////////////////////////////////////////////////////////////////////////////////// #include "Framework_WFPSamplerCalloutDriver.h" /// . -#include "ClassifyFunctions_FlowAssociationCallouts.tmh" /// $(OBJ_PATH)\$(O)\ +#include "ClassifyFunctions_FlowAssociationCallouts.tmh" /// $(OBJ_PATH)\$(O)\ NTSTATUS PerformFlowAssociation(_In_ const FWPS_INCOMING_METADATA_VALUES* pMetadata, _In_ const PC_FLOW_ASSOCIATION_DATA* pFlowAssociationData) |
