]> git.ipfire.org Git - thirdparty/suricata.git/commit
dataset: fix dataset string lookup 5753/head
authorEric Leblond <eric@regit.org>
Wed, 20 Jan 2021 20:17:04 +0000 (21:17 +0100)
committerEric Leblond <eric@regit.org>
Wed, 20 Jan 2021 20:43:28 +0000 (21:43 +0100)
commit64f994f753b9109c8f788e3a6dbe4c72f6e69d94
tree262158833cc3e187e5c62af7c7e530fa1b5820f8
parent191461a02861593f7476958c9fc14d912c1d4465
dataset: fix dataset string lookup

The data was unlocked but the use_cnt was not decreased resulting
in the data entry not being removable.
src/datasets.c