store local and base badips in separate files
[spider.git] / cmd / load / badip.pl
index 22967cd71d82e73e3ffb6cb745d7bff81ee17d8c..3cf4212d6eb0935036f57801430020a096699770 100644 (file)
@@ -12,7 +12,7 @@ return (1, $self->msg('e5')) if $self->priv < 6;
 my @out;
 
 my $count = 0;
-eval{ $count += DXCIDR::load(); };
+eval{ $count += DXCIDR::reload(); };
 return (1, "load/badip: $_ $@") if $@;
 
 push @out, "load/badip: added $count entries";