fixed minor error report network interfaces nodo
This commit is contained in:
parent
1ab18d6c2d
commit
c2ba4e20db
|
@ -2736,7 +2736,7 @@ function reporting_network_interfaces_report($report, $content, $type = 'dinamic
|
|||
}
|
||||
else{
|
||||
$network_interfaces_by_agents = agents_get_network_interfaces(false, $filter);
|
||||
$return = 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);
|
||||
metaconsole_restore_db();
|
||||
}
|
||||
}
|
||||
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue