in showing the new config, don't show the loops
authorminima <minima>
Thu, 24 Feb 2005 22:43:11 +0000 (22:43 +0000)
committerminima <minima>
Thu, 24 Feb 2005 22:43:11 +0000 (22:43 +0000)
perl/Route.pm

index 03dd1f43776a4ceba321740f1c5247a89f036532..92290d21417d5a3e0a9b56f5ff1c43c1924bfb0d 100644 (file)
@@ -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};