From 1b71e2b3c6241dc4bf47a9229a899e69ff291753 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 2 Jan 2022 09:52:02 +0100 Subject: [PATCH] Revert "ids-functions.pl: Check if the generated stored rulesfile of a provider" This commit causes massive troubles in the downloader and therefore needs to be reverted. This reverts commit 577e3304953c708bce7f6c067bf34c3f585d3a0f. --- config/cfgroot/ids-functions.pl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index e140fb13d2..96905b617f 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -877,12 +877,6 @@ sub _get_dl_rulesfile($) { # Generate the full filename and path for the stored rules file. my $rulesfile = "$dl_rules_path/$dl_rulesfile_prefix-$provider$suffix"; - # Check if the file exists. - unless (-f "$rulesfile") { - # Abort return - nothing. - return; - } - # Return the generated filename. return $rulesfile; } -- 2.39.2