From: djk Date: Tue, 29 Jun 1999 22:40:55 +0000 (+0000) Subject: allowed a queue_msg after a PC33 X-Git-Tag: R_1_31~21 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=32dd3b3ad739d58b961b32ea785e53c780e33add;p=spider.git allowed a queue_msg after a PC33 --- diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index bcb4dc00..a76ec43d 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -302,6 +302,9 @@ sub process } else { $self->send(DXProt::pc42($f[2], $f[1], $f[3])); # unknown stream } + + # send next one if present + queue_msg(0); last SWITCH; }