X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fforward%2Fopername.pl;h=df10d231303fb487ff12017d428884d7116908da;hb=2c10c7a8dbbd04bd0021cfc650d20f81b9df887c;hp=c8db65673b02e2484bab44b4f6159be67d25226d;hpb=bd23bedbdb72ae107893f94c7eabcfe18867fb41;p=spider.git diff --git a/cmd/forward/opername.pl b/cmd/forward/opername.pl index c8db6567..df10d231 100644 --- a/cmd/forward/opername.pl +++ b/cmd/forward/opername.pl @@ -12,7 +12,7 @@ my @out; my $call; if (@f == 0) { - return (1, $self->('e6')) if ($self->priv < 5); + return (1, $self->('e6')) if ($self->priv < 1); } else { foreach $call (@f) { my $ref = DXUser->get_current($call);