From: minima Date: Thu, 4 Oct 2001 00:07:41 +0000 (+0000) Subject: fixed lack of stream? X-Git-Tag: R_1_49~74 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=8e095bdba5dc26a87b0f1ed0254d08ba80636725 fixed lack of stream? --- diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 7b86c8f7..92c11330 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -143,7 +143,7 @@ sub process my @f = split /\^/, $line; my ($pcno) = $f[0] =~ /^PC(\d\d)/; # just get the number my ($tonode, $fromnode) = @f[1, 2]; - my $stream = $f[3] if ($pcno > 29 && $pcno <= 33) || $pcno == 42; + my $stream = $f[3] if ($pcno >= 29 && $pcno <= 33) || $pcno == 42; SWITCH: { if ($pcno == 28) { # incoming message