]> git.ipfire.org Git - people/ms/suricata.git/commit
rules-reload: fix reload with -s or -S
authorEric Leblond <eric@regit.org>
Thu, 22 Oct 2015 18:31:13 +0000 (20:31 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 17 Nov 2015 13:08:25 +0000 (14:08 +0100)
commita4089873c70b621a84ca4be75d3a669de7ff45cc
treeb3086f75b69bf063b9987df02b0e18a08c4e4c8b
parentb85901a6b494ec608b31ab6267f0e9989afa61e4
rules-reload: fix reload with -s or -S

When using the -S or -s option, the reload was causing the specified
rules file to be forgotten and the default rules to be loaded at
reload time.
src/detect-engine.c
src/detect-engine.h
src/suricata.c