X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fhops.pl;h=a4a1aafea50ae149b284d08233b00d6342835448;hb=a8b7d0b77fd3cefb1943ce7548f8c803aa83ff39;hp=592b7920ff99157109a159335a2c590beb7e32cf;hpb=3784e03cd598b7f540fb849a533b7589867a066a;p=spider.git diff --git a/cmd/load/hops.pl b/cmd/load/hops.pl index 592b7920..a4a1aafe 100644 --- a/cmd/load/hops.pl +++ b/cmd/load/hops.pl @@ -2,7 +2,7 @@ # load the node hop count table after changing it # my $self = shift; -return (0, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; my @out = DXProt::load_hops($self); @out = ($self->msg('ok')) if !@out; return (1, @out);