Skip to content

Commit 5f735c4

Browse files
committed
++ fix plugin events
1 parent 6ff1682 commit 5f735c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ipfixprobe/storage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class StoragePlugin : public Plugin
159159
*/
160160
bool only_metadata_required(const Flow& flow) const noexcept
161161
{
162-
return !all_data_required(flow) && !no_data_required(flow);
162+
return !all_data_required(flow);
163163
}
164164
protected:
165165
//Every StoragePlugin implementation should call these functions at appropriate places

0 commit comments

Comments
 (0)