We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a858c9b commit 1938819Copy full SHA for 1938819
storage/cache.cpp
@@ -518,7 +518,6 @@ static bool check_ip_version(const Packet& pkt) noexcept
518
519
int NHTFlowCache::put_pkt(Packet& packet)
520
{
521
- std::vector<char> data(packet.packet, packet.packet + packet.packet_len);
522
plugins_pre_create(packet);
523
524
if (m_enable_fragmentation_cache) {
0 commit comments