Explicit return
This commit is contained in:
parent
cf0d87610c
commit
0f0495f09e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user