X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=1f543fc035bdc5e9f0c98a9760076edc7708c3c5;hb=e5c28b46a0f70c78747672091a8edd749aa8488c;hp=8602da3d59c638d663777c549bb9c148cae6b86b;hpb=7b9256ceade8b18b48f848c9ac659c2de7322b0b;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 8602da3d..1f543fc0 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -5,7 +5,7 @@ # This is where the cluster handles direct connections coming both in # and out # -# $Id$ +# # # Copyright (c) 2001 - Dirk Koopman G1TLH # @@ -151,7 +151,7 @@ sub to_connected delete $conn->{cmd}; $conn->{timeout}->del if $conn->{timeout}; delete $conn->{timeout}; - $conn->nolinger; + $conn->nolinger unless $conn->isa('AGWMsg'); &{$conn->{rproc}}($conn, "$dir$call|$sort"); $conn->_send_file("$main::data/connected") unless $conn->{outgoing}; }