2011-08-18 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2011-08-18 16:19:00 +00:00
parent a366fed0ff
commit c216e668ba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-18 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: fixed the snmpwalk for version 3, the function
need empty string instead null.
2011-08-18 Sancho Lerena <slerena@artica.es>
* include/functions_servers.php: SNMP Server is SNMP Trap server.

View File

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