always set flags field to here on new
[spider.git] / cmd / show / configuration.pl
index f563b6ae38b4f07df1022477b746488a70403074..bbfdd12c321788c1fee85f19a32caa4503f70ac1 100644 (file)
@@ -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;