]> git.pld-linux.org Git - packages/cacti.git/blob - snmp_auth_none_notice.patch
- output to /dev/null
[packages/cacti.git] / snmp_auth_none_notice.patch
1 diff -ruBbd cacti-0.8.7b/lib/snmp.php cacti-0.8.7b-patched/lib/snmp.php
2 --- cacti-0.8.7b/lib/snmp.php   2008-02-11 19:57:48.000000000 -0500
3 +++ cacti-0.8.7b-patched/lib/snmp.php   2008-02-29 20:53:00.000000000 -0500
4 @@ -225,6 +225,7 @@
5  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) {
6         global $config;
7  
8 +       $snmp_auth      = '';
9         $snmp_array = array();
10         $temp_array = array();
11  
This page took 0.044178 seconds and 3 git commands to generate.