X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;fp=perl%2FExtMsg.pm;h=dd97475aaa6a336be70186f2155e629f708d2f30;hb=16d19a14ff3c7622cb81ab0312d674fde6b2af83;hp=07e740ac6385342d66f4c5a21817cb138fe57092;hpb=22709bc68bb04f5ee548053956c88eeca42ad3b4;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 07e740ac..dd97475a 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -153,7 +153,7 @@ sub to_connected delete $conn->{cmd}; $conn->{timeout}->del if $conn->{timeout}; delete $conn->{timeout}; - $conn->nolinger unless $conn->isa('AGWMsg'); + $conn->nolinger unless $conn->isa('AGWMsg') || $conn->isa('BPQMsg'); &{$conn->{rproc}}($conn, "$dir$call|$sort"); $conn->_send_file("$main::data/connected") unless $conn->{outgoing}; }