summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tSmoke.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 487ce30..e749978 100755
--- a/bin/tSmoke.dist
+++ b/bin/tSmoke.dist
@@ -397,7 +397,6 @@ sub list_rrds($$$) {
my $print = shift;
my $prline;
foreach my $rrds (keys %{$tree}) {
- next if $rrds eq "PROBE_CONF";
if (ref $tree->{$rrds} eq 'HASH'){
$prline .= list_rrds( $tree->{$rrds}, $path."/$rrds", $print );
}