From fcd8a300421d5c3ba46a878d2bbb0f28350c3638 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 27 Mar 2021 12:06:44 +0100 Subject: [PATCH] ids-functions.pl: Fix typo. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5