Skip to content

Commit 9daf2c1

Browse files
committed
++ cache
1 parent 134f6d9 commit 9daf2c1

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
@@ -340,7 +340,7 @@ bool NHTFlowCache::try_to_export_delayed_flow(const Packet& packet, size_t flow_
340340
return false;
341341
}
342342
if (m_flow_table[flow_index]->is_waiting_for_export
343-
&& (!packet.cttmeta.ctt_rec_matched || packet.ts > m_flow_table[row_begin + flow_index.value()]->export_time)) {
343+
&& (!packet.cttmeta.ctt_rec_matched || packet.ts > m_flow_table[flow_index]->export_time)) {
344344
plugins_pre_export(m_flow_table[flow_index]->m_flow);
345345
export_flow(flow_index);
346346
return false;

0 commit comments

Comments
 (0)