fixed minor error report network interfaces nodo

This commit is contained in:
daniel 2018-04-02 12:23:47 +02:00
parent 1ab18d6c2d
commit c2ba4e20db
1 changed files with 2 additions and 2 deletions

View File

@ -2744,7 +2744,7 @@ function reporting_network_interfaces_report($report, $content, $type = 'dinamic
}
else{
$network_interfaces_by_agents = agents_get_network_interfaces(false, $filter);
agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report);
$return = agents_get_network_interfaces_array($network_interfaces_by_agents, $return, $type, $content, $report);
}
return reporting_check_structure_content($return);