mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-03 18:41:29 +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();
|
&_cleanup_rulesdir();
|
||||||
|
|
||||||
# Get all enabled providers.
|
# Get all enabled providers.
|
||||||
my @enabled_provides = &get_enabled_providers();
|
my @enabled_providers = &get_enabled_providers();
|
||||||
|
|
||||||
# Loop through the array of enabled providers.
|
# Loop through the array of enabled providers.
|
||||||
foreach my $provider (@enabled_providers) {
|
foreach my $provider (@enabled_providers) {
|
||||||
|
|||||||
Reference in New Issue
Block a user