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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 09 Jun 2005 02:38:07 -0000


albertel		Wed Jun  8 22:38:07 2005 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - after reseting the ConnectionRetries should update the status indicator
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.69 loncom/loncnew:1.70
--- loncom/loncnew:1.69	Thu Mar 24 17:57:56 2005
+++ loncom/loncnew	Wed Jun  8 22:38:03 2005
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.69 2005/03/24 22:57:56 matthew Exp $
+# $Id: loncnew,v 1.70 2005/06/09 02:38:03 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1598,6 +1598,7 @@
     flock(LOG,LOCK_UN);
     close(LOG);
     $ConnectionRetriesLeft = $ConnectionRetries;
+    UpdateStatus();
 }
 
 =pod