]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4260: xhash: fixed typo
authorARUNKUMAR KAYAMBU -X (akayambu - XORIANT CORPORATION at Cisco) <akayambu@cisco.com>
Tue, 26 Mar 2024 15:41:55 +0000 (15:41 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Tue, 26 Mar 2024 15:41:55 +0000 (15:41 +0000)
Merge in SNORT/snort3 from ~AKAYAMBU/snort3:xhash_typo_fix to master

Squashed commit of the following:

commit ef656c71459e6f6baeaa91e91a975b38f2f9ad34
Author: Arunkumar Kayambu <akayambu@cisco.com>
Date:   Mon Mar 25 15:55:57 2024 -0400

    xhash: fixed typo

src/hash/xhash.h

index 6bcd1fb759337188bf6f50464748d25367f929dc..31c5d4f7eefe19f3ab5d0ef1f6488c0f05ab9907 100644 (file)
@@ -60,7 +60,7 @@ public:
     void* get_user_data();
     void* get_user_data(const void* key, uint8_t type = 0);
     void release(uint8_t type = 0);
-    int release_node(const void* key, u_int8_t type = 0);
+    int release_node(const void* key, uint8_t type = 0);
     int release_node(HashNode* node, uint8_t type = 0);
     void* get_mru_user_data(uint8_t type = 0);
     void* get_lru_user_data(uint8_t type = 0);