added call to ->set_asn

This commit is contained in:
Matt Simerson 2014-11-05 14:23:06 -08:00
parent 54abd60239
commit 954fa45f2d

View File

@ -230,6 +230,8 @@ sub geoip_lookup {
return DECLINED;
};
$self->set_asn();
my $c_name = $self->set_country_name();
my ($city, $continent_code, $distance) = '';