]> git.ipfire.org Git - people/ms/suricata.git/commit
detect-engine: remove DONE state
authorGiuseppe Longo <glongo@stamus-networks.com>
Wed, 4 May 2016 15:13:39 +0000 (17:13 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 11 Dec 2017 08:16:45 +0000 (09:16 +0100)
commit1567f84cd246b5d97e99df34e5cec361ac1cf011
tree158e6c703086194ee60f4304679d3fe6b0b0e2ca
parent89c629a79d754ab6d423d5d5cdd258e9d102dfe1
detect-engine: remove DONE state

Remove the DONE state to fix a problem with state not being
changed correctly when multiple reload were done. As DONE was
not really useful, we can remove it.
src/detect-engine.c
src/detect-engine.h
src/suricata.c
src/unix-manager.c