From dffce1e270675193c15ebc0ab6ce54eb3268707d Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 2 Jan 2022 09:48:55 +0100 Subject: [PATCH] ids-functions.pl: Proper return flase if the downloaded rulestarball cannot be stored. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 997c503ef9..97bf4d08be 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -439,6 +439,7 @@ sub downloadruleset ($) { unlink("$tmpfile"); # Return "1" - false. + return 1; } # Load file copy module, which contains the move() function. -- 2.39.5