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

foxr lon-capa-cvs@mail.lon-capa.org
Tue, 28 Oct 2003 10:48:10 -0000


foxr		Tue Oct 28 05:48:10 2003 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  Call LondConnection::ReadConfig explicitly so that the configuration is loaded
  prior to getting the hosts table hashiterator.
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.30 loncom/loncnew:1.31
--- loncom/loncnew:1.30	Mon Oct 27 05:09:21 2003
+++ loncom/loncnew	Tue Oct 28 05:48:10 2003
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.30 2003/10/27 10:09:21 foxr Exp $
+# $Id: loncnew,v 1.31 2003/10/28 10:48:10 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -45,6 +45,10 @@
 
 # Change log:
 #    $Log: loncnew,v $
+#    Revision 1.31  2003/10/28 10:48:10  foxr
+#    Call LondConnection::ReadConfig explicitly so that the configuration is loaded
+#    prior to getting the hosts table hashiterator.
+#
 #    Revision 1.30  2003/10/27 10:09:21  foxr
 #    Tighten up a few compares to eq and flip a few debug levels around... nothing
 #    critical
@@ -1598,6 +1602,7 @@
 
 Log("CRITICAL", "--------------- Starting children ---------------");
 
+LondConnection::ReadConfig;               # Read standard config files.
 my $HostIterator = LondConnection::GetHostIterator;
 while (! $HostIterator->end()) {