Skip to content

Commit ab7bbe9

Browse files
committed
++ cache
1 parent b411f48 commit ab7bbe9

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
@@ -676,7 +676,7 @@ void NHTFlowCache::prefetch_export_expired() const
676676
void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned channel_id)
677677
{
678678
m_ctt_device = device_name;
679-
m_ctt_comp_index = comp_index/16;
679+
m_ctt_comp_index = channel_id/16;
680680
}
681681
#endif /* WITH_CTT */
682682

0 commit comments

Comments
 (0)