er, remove syntax error
authordjk <djk>
Sun, 24 Oct 1999 16:31:36 +0000 (16:31 +0000)
committerdjk <djk>
Sun, 24 Oct 1999 16:31:36 +0000 (16:31 +0000)
perl/DXProt.pm

index 741e4b3342ec9415d9d5e08d1c9d4f0f5f8cf78e..46ba890932204210fda710a84fe993d20e45ec36 100644 (file)
@@ -911,7 +911,7 @@ sub send_announce
                        ($filter, $hops) = Filter::it($dxchan->{annfilter}, @_, $self->{call} );
                        next unless $filter;
                } 
-               if ($dxchan->is_ak1a && $field[1] ne $main::mycall) {  # i.e not specifically routed to me
+               if ($dxchan->is_ak1a && $_[1] ne $main::mycall) {  # i.e not specifically routed to me
                        next if $dxchan == $self;
                        if ($hops) {
                                $routeit = $line;