From 7068cb42fcd03760ce7ece00ccefe3c2cf34e872 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 18 Jun 2013 09:57:11 +0000 Subject: [PATCH] 2013-06-18 Ramon Novoa * include/functions.php: Fixed a warning. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions.php | 1 + 2 files changed, 5 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3658f5e28c..826cb471b8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-06-18 Ramon Novoa + + * include/functions.php: Fixed a warning. + 2013-06-18 Miguel de Dios * operation/incidents/incident.php, diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 57ef3a85fc..44e2a0243f 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.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