mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ids.cgi: Fix function call of get_used_provider_rulesfile_file().
The function is locatated in the IDS module and therefore needs to be called from there. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -885,7 +885,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
|
||||
&IDS::drop_dl_rulesfile($provider);
|
||||
|
||||
# Get the name of the provider rulessets include file.
|
||||
my $provider_used_rulefile = &get_used_provider_rulesfile_file($provider);
|
||||
my $provider_used_rulefile = &IDS::get_used_provider_rulesfile_file($provider);
|
||||
|
||||
# Drop the file, it is not longer needed.
|
||||
unlink("$provider_used_rulefile");
|
||||
|
||||
Reference in New Issue
Block a user