-/* 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
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;
}