We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff1682 commit 5f735c4Copy full SHA for 5f735c4
include/ipfixprobe/storage.hpp
@@ -159,7 +159,7 @@ class StoragePlugin : public Plugin
159
*/
160
bool only_metadata_required(const Flow& flow) const noexcept
161
{
162
- return !all_data_required(flow) && !no_data_required(flow);
+ return !all_data_required(flow);
163
}
164
protected:
165
//Every StoragePlugin implementation should call these functions at appropriate places
0 commit comments