mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ids-functions.pl: Proper return flase if the downloaded rulestarball
cannot be stored. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -439,6 +439,7 @@ sub downloadruleset ($) {
|
|||||||
unlink("$tmpfile");
|
unlink("$tmpfile");
|
||||||
|
|
||||||
# Return "1" - false.
|
# Return "1" - false.
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Load file copy module, which contains the move() function.
|
# Load file copy module, which contains the move() function.
|
||||||
|
|||||||
Reference in New Issue
Block a user