Skip to content

Commit

Permalink
chore(libsinsp): apply review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Terzolo <[email protected]>
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
2 people authored and poiana committed May 3, 2024
1 parent 790d25e commit cbdb225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/sinsp_filtercheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class sinsp_filter_check
inline void check_rhs_field_type_consistency() const;

std::list<sinsp_filter_transformer> m_transformers;
std::unique_ptr<sinsp_filter_check> m_rhs_filter_check;
std::unique_ptr<sinsp_filter_check> m_rhs_filter_check = nullptr;
std::unique_ptr<filtercheck_field_info> m_transformed_field = nullptr;

// used for comparing right-hand lists of values
Expand Down

0 comments on commit cbdb225

Please sign in to comment.