Skip to content

Commit

Permalink
++ fix plugin events
Browse files Browse the repository at this point in the history
  • Loading branch information
Zadamsa committed Jan 5, 2025
1 parent 6ff1682 commit 5f735c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ipfixprobe/storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class StoragePlugin : public Plugin
*/
bool only_metadata_required(const Flow& flow) const noexcept
{
return !all_data_required(flow) && !no_data_required(flow);
return !all_data_required(flow);
}
protected:
//Every StoragePlugin implementation should call these functions at appropriate places
Expand Down

0 comments on commit 5f735c4

Please sign in to comment.