--- loncom/loncnew 2003/10/27 10:09:21 1.30 +++ loncom/loncnew 2003/10/28 10:48:10 1.31 @@ -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 @@ ShowStatus("Forking node servers"); Log("CRITICAL", "--------------- Starting children ---------------"); +LondConnection::ReadConfig; # Read standard config files. my $HostIterator = LondConnection::GetHostIterator; while (! $HostIterator->end()) {