From: minima Date: Thu, 24 Feb 2005 22:43:11 +0000 (+0000) Subject: in showing the new config, don't show the loops X-Git-Tag: R_1_52~131 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=3026a0e22bc83be171bdd94cb2c1594e13c7a75f;p=spider.git in showing the new config, don't show the loops --- diff --git a/perl/Route.pm b/perl/Route.pm index 03dd1f43..92290d21 100644 --- a/perl/Route.pm +++ b/perl/Route.pm @@ -202,7 +202,7 @@ sub config # recursion detector if ((DXChannel::get($self->{call}) && $level > 1) || grep $self->{call} eq $_, @$seen) { $line .= ' ...'; - push @out, $line; +# push @out, $line; return @out; } push @$seen, $self->{call};