]> git.ipfire.org Git - thirdparty/suricata.git/commit
datasets: remove unreachable code
authorEric Leblond <el@stamus-networks.com>
Thu, 12 Jun 2025 09:16:16 +0000 (11:16 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 18 Jun 2025 16:22:59 +0000 (18:22 +0200)
commite947c4030caa71f09b42763d19dc17807e7bc2c5
tree03f92cdabf41bdfc54f8d294df722440187b9ea8
parent9f83662f2035eb1090e804acf8995b17d08bf1d1
datasets: remove unreachable code

As the DatasetGetOrCreate function is called before the creation
of the hash, it will never be available so we can remove the
cleaning.
src/datasets.c