First part of qos file resize update

This commit is contained in:
Maniacikarus
2008-09-03 21:20:00 +02:00
parent 9a7f9d853c
commit 8b6a7fde91
4 changed files with 9 additions and 165 deletions

View File

@@ -93,12 +93,6 @@ sub update_rrds {
my $res=0;
my @test = keys %classes_data;
if ( $#test <= 0) {
print time, " [update_rrds] WARNING: classes_data empty!\n";
return "classes_data empty";
}
# Find the class_device (keys) in %classes_data
for my $class_device ( keys %classes_data ) {