Skip to content

Commit

Permalink
Update userspace/libsinsp/sinsp_filter_transformer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Dellaluce <[email protected]>
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
2 people authored and poiana committed Oct 31, 2024
1 parent 5664c89 commit 2a244fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/sinsp_filter_transformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ bool sinsp_filter_transformer::transform_type(ppm_param_type& t, uint32_t& flags
case FTR_LEN: {
if(is_list) {
t = PT_UINT64;
flags = 0;
flags = flags & ~EPF_IS_LIST;
return true;
}
switch(t) {
Expand Down

0 comments on commit 2a244fc

Please sign in to comment.