SOURCES: snmp_auth_none_notice.patch (NEW)

grzegorz grzegorz at pld-linux.org
Fri Mar 7 12:55:20 CET 2008


Author: grzegorz                     Date: Fri Mar  7 11:55:20 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:


---- Files affected:
SOURCES:
   snmp_auth_none_notice.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/snmp_auth_none_notice.patch
diff -u /dev/null SOURCES/snmp_auth_none_notice.patch:1.1
--- /dev/null	Fri Mar  7 12:55:20 2008
+++ SOURCES/snmp_auth_none_notice.patch	Fri Mar  7 12:55:15 2008
@@ -0,0 +1,11 @@
+diff -ruBbd cacti-0.8.7b/lib/snmp.php cacti-0.8.7b-patched/lib/snmp.php
+--- cacti-0.8.7b/lib/snmp.php	2008-02-11 19:57:48.000000000 -0500
++++ cacti-0.8.7b-patched/lib/snmp.php	2008-02-29 20:53:00.000000000 -0500
+@@ -225,6 +225,7 @@
+ function cacti_snmp_walk($hostname, $community, $oid, $version, $username, $password, $auth_proto, $priv_pass, $priv_proto, $context, $port = 161, $timeout = 500, $retries = 0, $environ = SNMP_POLLER) {
+ 	global $config;
+ 
++	$snmp_auth	= '';
+ 	$snmp_array = array();
+ 	$temp_array = array();
+ 
================================================================


More information about the pld-cvs-commit mailing list