From: Victor Julien Date: Fri, 4 Oct 2019 13:55:52 +0000 (+0200) Subject: runmode: consider test mode a user mode X-Git-Tag: suricata-5.0.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4275%2Fhead;p=thirdparty%2Fsuricata.git runmode: consider test mode a user mode --- diff --git a/src/runmodes.c b/src/runmodes.c index 1d7d82cbf0..ca29fe0de6 100644 --- a/src/runmodes.c +++ b/src/runmodes.c @@ -491,6 +491,7 @@ int RunModeOutputFiledataEnabled(void) bool IsRunModeSystem(enum RunModes run_mode_to_check) { switch (run_mode_to_check) { + case RUNMODE_CONF_TEST: case RUNMODE_PCAP_FILE: case RUNMODE_ERF_FILE: case RUNMODE_ENGINE_ANALYSIS: