diff --git a/plugins/ident/geoip b/plugins/ident/geoip index 517f8bc..984de7a 100644 --- a/plugins/ident/geoip +++ b/plugins/ident/geoip @@ -138,6 +138,7 @@ sub load_geoip { my ( $self ) = @_; $self->load_geoip2() and return 1; $self->load_geoip1() and return 1; + return 0; } sub load_geoip1 {