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

raeburn raeburn at source.lon-capa.org
Thu Nov 20 10:46:17 EST 2025


raeburn		Thu Nov 20 15:46:17 2025 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - Sanity checking.
  
  
Index: loncom/lond
diff -u loncom/lond:1.584 loncom/lond:1.585
--- loncom/lond:1.584	Thu Jul 31 15:47:24 2025
+++ loncom/lond	Thu Nov 20 15:46:17 2025
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.584 2025/07/31 15:47:24 raeburn Exp $
+# $Id: lond,v 1.585 2025/11/20 15:46:17 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.584 $'; #' stupid emacs
+my $VERSION='$Revision: 1.585 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -7618,7 +7618,7 @@
      ."a crash with this error msg->[$error]</font>");
     &logthis('Famous last words: '.$status.' - '.$lastlog);
     if ($client) { print $client "error: $error\n"; }
-    $server->close();
+    if ($server) { $server->close(); }
     die($error);
 }
 sub timeout {




More information about the LON-CAPA-cvs mailing list