|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* Copyright (C) 2007-2018 Open Information Security Foundation
|
|
|
|
|
/* Copyright (C) 2007-2020 Open Information Security Foundation
|
|
|
|
|
*
|
|
|
|
|
* You can copy, redistribute or modify this Program under the terms of
|
|
|
|
|
* the GNU General Public License version 2 as published by the Free
|
|
|
|
|
@ -413,7 +413,7 @@ void CleanupFPAnalyzer(void)
|
|
|
|
|
void CleanupRuleAnalyzer(void)
|
|
|
|
|
{
|
|
|
|
|
if (rule_engine_analysis_FD != NULL) {
|
|
|
|
|
SCLogInfo("Engine-Analyis for rules printed to file - %s", log_path);
|
|
|
|
|
SCLogInfo("Engine-Analysis for rules printed to file - %s", log_path);
|
|
|
|
|
fclose(rule_engine_analysis_FD);
|
|
|
|
|
rule_engine_analysis_FD = NULL;
|
|
|
|
|
}
|
|
|
|
|
|