X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fbadnode.pl;h=6ac5b3981916e0714f15c136e2daa410c4351d37;hb=6ba06f6627a07863cac75ecd7a43e72d91402f1f;hp=b123ef96d625e564ada6857cffb49a0bcb6d5052;hpb=4b2584a688f97a21ba055e0ecd983661a995d7fc;p=spider.git diff --git a/cmd/set/badnode.pl b/cmd/set/badnode.pl index b123ef96..6ac5b398 100644 --- a/cmd/set/badnode.pl +++ b/cmd/set/badnode.pl @@ -9,6 +9,6 @@ my ($self, $line) = @_; return (1, $self->msg('e5')) if $self->remotecmd; # are we permitted? return (1, $self->msg('e5')) if $self->priv < 6; -$line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line)); +#$line = join(' ', map {s|[/-]\d+$||; $_} split(/\s+/, $line)); return $DXProt::badnode->set(8, $self->msg('e12'), $self, $line);