]> git.pld-linux.org Git - packages/cacti.git/commitdiff
*** empty log message ***
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Fri, 7 Mar 2008 11:55:15 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    snmp_auth_none_notice.patch -> 1.1

snmp_auth_none_notice.patch [new file with mode: 0644]

diff --git a/snmp_auth_none_notice.patch b/snmp_auth_none_notice.patch
new file mode 100644 (file)
index 0000000..9e4708b
--- /dev/null
@@ -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();
This page took 0.052657 seconds and 4 git commands to generate.