]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids-functions.pl: Fix typo.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 27 Mar 2021 11:06:44 +0000 (12:06 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:22:59 +0000 (13:22 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 90986094b0dc6d40bf1e8d8fc30cc59307b87544..4f3599d3c38e19c249532367578d20d56ec61b88 100644 (file)
@@ -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;
                }
        }