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++;