From 3997ab3d2ef4fa07f1c468914b2952f4d3eddd78 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 31 Jan 2023 12:28:37 +0100 Subject: [PATCH] Fix pandora_dbstress.pl. pandora_dbstress.pl was broken because an invalid parameter was being passed to pandora_process_module. --- pandora_server/util/pandora_dbstress.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/util/pandora_dbstress.pl b/pandora_server/util/pandora_dbstress.pl index 4f74631bdf..6289f68745 100755 --- a/pandora_server/util/pandora_dbstress.pl +++ b/pandora_server/util/pandora_dbstress.pl @@ -188,7 +188,7 @@ sub process_module($$$$$){ $data_object{"data"} = $valor; - pandora_process_module ($pa_config, \%data_object, $agent, $module, '', $timestamp, $utimestamp, 1, $dbh, ""); + pandora_process_module ($pa_config, \%data_object, $agent, $module, '', $timestamp, $utimestamp, 1, $dbh); pandora_update_agent($pa_config, $timestamp, $target_agent, undef, undef, -1, $dbh); $modules_processed++;