2013-06-18 Ramon Novoa <rnovoa@artica.es>
* include/functions.php: Fixed a warning. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fa4b41f437
commit
83c36c5201
|
@ -1,3 +1,7 @@
|
|||
2013-06-18 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions.php: Fixed a warning.
|
||||
|
||||
2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/incidents/incident.php,
|
||||
|
|
|
@ -1316,6 +1316,7 @@ function get_snmpwalk($ip_target, $snmp_version, $snmp_community = '', $snmp3_au
|
|||
}
|
||||
|
||||
// Parse the output of snmpwalk
|
||||
$snmpwalk = array();
|
||||
foreach ($output as $line) {
|
||||
|
||||
// Separate the OID from the value
|
||||
|
|
Loading…
Reference in New Issue