]> git.ipfire.org Git - thirdparty/suricata.git/commit
multi-tenant: remove futile mutex lock 10436/head
authorShivani Bhardwaj <shivani@oisf.net>
Thu, 15 Feb 2024 04:47:38 +0000 (10:17 +0530)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Feb 2024 09:59:03 +0000 (10:59 +0100)
commit747730718161a0df46f93063063bef3325357395
tree6cc6131c4a73b62fe0fce8a3601091468c52d75b
parent08db0f302b3b2817d0fdfb1fe836fd16cc5e8775
multi-tenant: remove futile mutex lock

No shared resource is being changed when the lock is held, it is
immediately unlocked. So, remove it.
src/detect-engine-loader.c