X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=bbfdd12c321788c1fee85f19a32caa4503f70ac1;hb=12eefe496e1a6d18448b3cc36d5732e9d34b873e;hp=f563b6ae38b4f07df1022477b746488a70403074;hpb=73118618254ddfa6253ccc737d780a0b9823d9e5;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index f563b6ae..bbfdd12c 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -46,7 +46,7 @@ if ($list[0] && $list[0] =~ /^NOD/) { foreach $node (@nodes) { next if scalar @list && !grep $node->call =~ /^$_/, @list; my $call = $node->call; - $call = "($call)" if $node->here == 0; + $call = "($call)" unless $node->here; @l = (); push @l, $call; @val = sort $node->users;