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:
ramonn 2013-06-18 09:57:11 +00:00
parent fa4b41f437
commit 83c36c5201
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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