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 b411f48 commit ab7bbe9Copy full SHA for ab7bbe9
storage/cache.cpp
@@ -676,7 +676,7 @@ void NHTFlowCache::prefetch_export_expired() const
676
void NHTFlowCache::set_ctt_config(const std::string& device_name, unsigned channel_id)
677
{
678
m_ctt_device = device_name;
679
- m_ctt_comp_index = comp_index/16;
+ m_ctt_comp_index = channel_id/16;
680
}
681
#endif /* WITH_CTT */
682
0 commit comments