[LON-CAPA-cvs] cvs: loncom / lond

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 08 Oct 2003 20:37:48 -0000


albertel		Wed Oct  8 16:37:48 2003 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - 3rd tries a charm, will backport to 1.0.2
  
  
Index: loncom/lond
diff -u loncom/lond:1.154 loncom/lond:1.155
--- loncom/lond:1.154	Wed Oct  8 16:29:46 2003
+++ loncom/lond	Wed Oct  8 16:37:48 2003
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.154 2003/10/08 20:29:46 albertel Exp $
+# $Id: lond,v 1.155 2003/10/08 20:37:48 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -85,7 +85,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.154 $'; #' stupid emacs
+my $VERSION='$Revision: 1.155 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid;
 my $currentdomainid;
@@ -626,7 +626,7 @@
         }
     }
     $SIG{ALRM} = 'DEFAULT';
-    $SIG{__DIE__} = \&catchcexception;
+    $SIG{__DIE__} = \&catchexception;
 }
 
 # --------------------------------------------------------------------- Logging