From 54ab4e12f2a2127855dc70936f4cdeb57fc4576c Mon Sep 17 00:00:00 2001 From: djk Date: Fri, 22 Oct 1999 19:44:03 +0000 Subject: [PATCH] changed return in send_announce to next! --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1