From 7742fb742475a1029c167a1dd064fb252c06b05d Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 18 Aug 2011 16:19:00 +0000 Subject: [PATCH] 2011-08-18 Miguel de Dios * include/functions.php: fixed the snmpwalk for version 3, the function need empty string instead null. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4773 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e7948081ac..dd25ef9477 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-18 Miguel de Dios + + * include/functions.php: fixed the snmpwalk for version 3, the function + need empty string instead null. + 2011-08-18 Sancho Lerena * include/functions_servers.php: SNMP Server is SNMP Trap server. diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 7a31a1e899..6a04026a88 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -1173,7 +1173,7 @@ function array_key_to_offset($array, $key) { */ function get_snmpwalk($ip_target, $snmp_version, $snmp_community = '', $snmp3_auth_user = '', $snmp3_security_level = '', $snmp3_auth_method = '', $snmp3_auth_pass = '', - $snmp3_privacy_method = '', $snmp3_privacy_pass = '', $quick_print = 0, $base_oid = NULL) { + $snmp3_privacy_method = '', $snmp3_privacy_pass = '', $quick_print = 0, $base_oid = "") { snmp_set_quick_print ($quick_print);