From: Stefan Schantl Date: Sat, 27 Mar 2021 11:06:44 +0000 (+0100) Subject: ids-functions.pl: Fix typo. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff2d64dcd691dbbc9d9b184859beb568cc797a57;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Fix typo. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 90986094b0..4f3599d3c3 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -258,7 +258,7 @@ sub downloadruleset ($) { # Handle update off all providers. if (($provider eq "all") || ($provider_handle eq "$provider")) { # Add provider handle and it's id to the hash of sheduled providers. - $sheduled_providers{$provider_handle} = $id); + $sheduled_providers{$provider_handle} = $id; } }