From 954fa45f2d792010e1d684c1dd20dc7b24a2385d Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 5 Nov 2014 14:23:06 -0800 Subject: [PATCH] added call to ->set_asn --- plugins/ident/geoip | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/ident/geoip b/plugins/ident/geoip index 6961ed6..0a44eaa 100644 --- a/plugins/ident/geoip +++ b/plugins/ident/geoip @@ -230,6 +230,8 @@ sub geoip_lookup { return DECLINED; }; + $self->set_asn(); + my $c_name = $self->set_country_name(); my ($city, $continent_code, $distance) = '';