From: djk Date: Sun, 25 Apr 1999 15:57:51 +0000 (+0000) Subject: fixed the fact that the filter works, but the DXProt didn't send it onx X-Git-Tag: R_1_25~3 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e6600cb1ab69aed0db1f69b482484e4831b7c16;p=spider.git fixed the fact that the filter works, but the DXProt didn't send it onx --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 6d9afb4e..b1d37a9b 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -241,6 +241,7 @@ sub normal my ($filter, $hops) = Filter::it($dxchan->{spotfilter}, @spot) if $dxchan->{spotfilter}; if ($hops) { $line =~ s/\^H\d+\^\~$/\^H$hops\^\~/; + $routeit = $line; } else { $routeit = adjust_hops($dxchan, $line); # adjust its hop count by node name next unless $routeit;