From: Stefan Schantl Date: Wed, 31 Mar 2021 10:31:18 +0000 (+0200) Subject: ids-functions.pl: Fix another typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e31458de4eea69d01a81e24bba85b3b655f7ae1f;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Fix another typo. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 7988728fac..4674d6f884 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -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) {