]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4280: flow: fix unit test for debian
authorARUNKUMAR KAYAMBU -X (akayambu - XORIANT CORPORATION at Cisco) <akayambu@cisco.com>
Thu, 11 Apr 2024 19:33:47 +0000 (19:33 +0000)
committerSteven Baigal (sbaigal) <sbaigal@cisco.com>
Thu, 11 Apr 2024 19:33:47 +0000 (19:33 +0000)
Merge in SNORT/snort3 from ~AKAYAMBU/snort3:fix_ut_debian to master

Squashed commit of the following:

commit e1fb3d039f898489414f74b2be59f43e36995b5a
Author: Arunkumar Kayambu <akayambu@cisco.com>
Date:   Thu Apr 11 12:27:06 2024 -0400

    flow: fix unit test for debian

src/flow/test/flow_cache_test.cc

index bd4bc0afec4d50b1f7aaf57e513b10cb542eea1c..8425a2fe449e86c3c73c7a0fd841691f96b6a234 100644 (file)
@@ -58,7 +58,7 @@ THREAD_LOCAL FlowControl* flow_con = nullptr;
 
 void Active::drop_packet(snort::Packet const*, bool) { }
 Analyzer* Analyzer::get_local_analyzer() { return nullptr; }
-void Analyzer::resume(unsigned long) { }
+void Analyzer::resume(uint64_t) { }
 void Active::set_drop_reason(char const*) { }
 ExpectCache::ExpectCache(uint32_t) { }
 ExpectCache::~ExpectCache() = default;