octo@leeloo:~/collectd $ svn merge -r630:631 trunk branches/collectd-3.8
authorocto <octo>
Wed, 10 May 2006 20:06:08 +0000 (20:06 +0000)
committerocto <octo>
Wed, 10 May 2006 20:06:08 +0000 (20:06 +0000)
octo@leeloo:~/collectd $ svn merge -r630:631 trunk branches/collectd-3.9

contrib/collection.cgi

index 5684475..76a2964 100755 (executable)
@@ -766,7 +766,7 @@ our $GraphMulti =
        ping    => \&output_graph_ping,
        sensors => 1,
        traffic => 1,
-    users => 1
+       users => 1
 };
 
 our @Info;
@@ -1281,7 +1281,7 @@ sub parse_pathinfo
        $AbsDir = $Config->{'Directory'};
        $RelDir = '';
 
-       while (@info and -d $AbsDir . '/' . $Info[0])
+       while (@info and -d $AbsDir . '/' . $info[0])
        {
                my $new = shift (@info);
                next if ($new =~ m/^\./);