Skip to content

Commit 28d7bdc

Browse files
committed
++ cache
1 parent 13306f4 commit 28d7bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void NHTFlowCache::finish()
178178
}
179179
#endif /* WITH_CTT */
180180
plugins_pre_export(flow_record->m_flow);
181-
export_flow(flow_record->m_flow.flow_hash, FLOW_END_FORCED);
181+
export_flow(&flow_record - m_flow_table.data(), FLOW_END_FORCED);
182182
}
183183
});
184184
}

0 commit comments

Comments
 (0)