mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 21:43:00 +02:00
ids-functions.pl: Fix another typo.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -556,7 +556,7 @@ sub oinkmaster () {
|
||||
&_cleanup_rulesdir();
|
||||
|
||||
# Get all enabled providers.
|
||||
my @enabled_provides = &get_enabled_providers();
|
||||
my @enabled_providers = &get_enabled_providers();
|
||||
|
||||
# Loop through the array of enabled providers.
|
||||
foreach my $provider (@enabled_providers) {
|
||||
|
||||
Reference in New Issue
Block a user