X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fusdb.pl;h=d2b10e308626f79e753fae7b7385c52f38eda70b;hb=cb5f21f8f960a003b80e7415f945d718f4b7d43e;hp=b06f7c51b64eea0332ecb43054dddc7de4dcbfad;hpb=9c415b19aaaf0497e9cc074f3df56f16fe414e82;p=spider.git diff --git a/cmd/load/usdb.pl b/cmd/load/usdb.pl index b06f7c51..d2b10e30 100644 --- a/cmd/load/usdb.pl +++ b/cmd/load/usdb.pl @@ -15,6 +15,4 @@ my ($self, $line) = @_; my @out; return (1, $self->msg('e5')) if $self->priv < 9; -my $r = USDB::load($line) if $line; -USDB::init() if undef $r || $r =~ /^\d+ rec/; -return (1, @out); +return (1, USDB::init());