]> git.pld-linux.org Git - packages/cacti.git/blob - snmp_string_issue_with_rrdtool_creation.patch
- drop obsolete files
[packages/cacti.git] / snmp_string_issue_with_rrdtool_creation.patch
1 --- cacti-0.8.7d/lib/snmp.php   2009-02-11 21:55:50.000000000 -0500
2 +++ cacti-patched/lib/snmp.php  2009-03-02 20:00:38.000000000 -0500
3 @@ -366,7 +366,7 @@
4  
5         /* now check for the second most obvious */
6         if (is_numeric($string)) {
7 -               return $string;
8 +               return trim($string);
9         }
10  
11         /* remove ALL quotes, and other special delimiters */
This page took 0.026288 seconds and 3 git commands to generate.