X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fbadnode.pl;fp=cmd%2Funset%2Fbadnode.pl;h=c104be27fc52597a64dd5a8762da9451c9233551;hp=cd44a0aaa1ce04f8dfc3fc9593f43f8ba855afab;hb=6ba06f6627a07863cac75ecd7a43e72d91402f1f;hpb=4b2584a688f97a21ba055e0ecd983661a995d7fc diff --git a/cmd/unset/badnode.pl b/cmd/unset/badnode.pl index cd44a0aa..c104be27 100644 --- a/cmd/unset/badnode.pl +++ b/cmd/unset/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->unset(8, $self->msg('e12'), $self, $line);