diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index e140fb13d..96905b617 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; }