--- loncom/Attic/lonc 2003/02/07 22:22:01 1.46 +++ loncom/Attic/lonc 2003/02/24 19:56:30 1.47 @@ -5,7 +5,7 @@ # provides persistent TCP connections to the other servers in the network # through multiplexed domain sockets # -# $Id: lonc,v 1.46 2003/02/07 22:22:01 albertel Exp $ +# $Id: lonc,v 1.47 2003/02/24 19:56:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -975,12 +975,12 @@ sub londtransaction { alarm(0); }; } else { - if($DEBUG) { - &logthis("Timeout on send in londtransaction"); - } + &logthis("lonc - suiciding on send Timeout"); + die("lonc - suiciding on send Timeout"); } - if( ($@ =~ /timeout/) && ($DEBUG)) { - &logthis("Timeout on receive in londtransaction"); + if ($@ =~ /timeout/) { + &logthis("lonc - suiciding on send Timeout"); + die("lonc - suiciding on send Timeout"); } # # Restore the initial sigmask set.