From: djk Date: Fri, 22 Oct 1999 19:44:03 +0000 (+0000) Subject: changed return in send_announce to next! X-Git-Tag: R_1_32~1 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=54ab4e12f2a2127855dc70936f4cdeb57fc4576c;p=spider.git changed return in send_announce to next! --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index c7e2abdb..97a0b0d2 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -911,7 +911,7 @@ sub send_announce if ($dxchan->{annfilter}) { ($filter, $hops) = Filter::it($dxchan->{annfilter}, @_, $self->{call} ); - return unless $filter; + next unless $filter; } if ($dxchan->is_ak1a) { next if $dxchan == $self;