diff --git a/bin/rrd-extractstats.pl b/bin/rrd-extractstats.pl index 1dbe265..538d72f 100755 --- a/bin/rrd-extractstats.pl +++ b/bin/rrd-extractstats.pl @@ -54,7 +54,7 @@ try { my $sth = $db->prepare("SELECT asn, checked_at FROM stats") or die('field missing'); $sth->execute(); while(my($item, $data) = $sth->fetchrow_array()) { - as_list->{$item} = $data; + $as_list->{$item} = $data; } $db_version = 2;