mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
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 577e330495.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user