Diff for /loncom/Attic/lonc between versions 1.46 and 1.47

version 1.46, 2003/02/07 22:22:01 version 1.47, 2003/02/24 19:56:30
Line 975  sub londtransaction { Line 975  sub londtransaction {
     alarm(0);      alarm(0);
  };   };
     } else {      } else {
  if($DEBUG) {   &logthis("lonc - suiciding on send Timeout");
     &logthis("Timeout on send in londtransaction");   die("lonc - suiciding on send Timeout");
  }  
     }      }
     if( ($@ =~ /timeout/)  && ($DEBUG)) {      if ($@ =~ /timeout/) {
  &logthis("Timeout on receive in londtransaction");   &logthis("lonc - suiciding on send Timeout");
    die("lonc - suiciding on send Timeout");
     }      }
     #      #
     # Restore the initial sigmask set.      # Restore the initial sigmask set.

Removed from v.1.46  
changed lines
  Added in v.1.47


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>