Skip to content

Commit 8aa57bb

Browse files
committed
++ flow record
1 parent 05b8e6b commit 8aa57bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/flowRecord.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ void FlowRecord::erase()
6060
m_flow.dst_tcp_flags = 0;
6161
#ifdef WITH_CTT
6262
is_waiting_for_export = false;
63+
is_in_ctt = false;
6364
#endif /* WITH_CTT */
6465
}
6566
void FlowRecord::reuse()
@@ -74,6 +75,7 @@ void FlowRecord::reuse()
7475
m_flow.dst_tcp_flags = 0;
7576
#ifdef WITH_CTT
7677
is_waiting_for_export = false;
78+
is_in_ctt = false;
7779
#endif /* WITH_CTT */
7880
}
7981

0 commit comments

Comments
 (0)