Skip to content

Commit 1938819

Browse files
committed
++ cache
1 parent a858c9b commit 1938819

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/cache.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ static bool check_ip_version(const Packet& pkt) noexcept
518518

519519
int NHTFlowCache::put_pkt(Packet& packet)
520520
{
521-
std::vector<char> data(packet.packet, packet.packet + packet.packet_len);
522521
plugins_pre_create(packet);
523522

524523
if (m_enable_fragmentation_cache) {

0 commit comments

Comments
 (0)