mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
ids.cgi: Add the provider handle if the forced update of a provider
fails. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -518,7 +518,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) {
|
||||
|
||||
# Call subfunction to download the ruleset.
|
||||
if(&IDS::downloadruleset($provider)) {
|
||||
$errormessage = $Lang::tr{'could not download latest updates'};
|
||||
$errormessage = "$provider - $Lang::tr{'could not download latest updates'}";
|
||||
|
||||
# Call function to store the errormessage.
|
||||
&IDS::_store_error_message($errormessage);
|
||||
|
||||
Reference in New Issue
Block a user