X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=b1d37a9b8e0e741447a2343655c0fdd2acafeec5;hb=8e6600cb1ab69aed0db1f69b482484e4831b7c16;hp=6d9afb4e488cd3454081c812cff384b9838dfec3;hpb=399d826c56c029796a5c0b397c61a51dfb81ff77;p=spider.git 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;