mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ids.cgi: Always write used providers rulefiles file.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -463,11 +463,8 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
|
||||
push(@provider_rulefiles, $rulesfile);
|
||||
}
|
||||
|
||||
# Check if any rulesfiles have been found for this provider.
|
||||
if (@provider_rulefiles) {
|
||||
# Call function and write the providers used rulesfile file.
|
||||
&IDS::write_used_provider_rulefiles_file($provider, @provider_rulefiles);
|
||||
}
|
||||
# Call function and write the providers used rulesfile file.
|
||||
&IDS::write_used_provider_rulefiles_file($provider, @provider_rulefiles);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user