--- loncom/loncnew 2006/01/27 16:35:13 1.73 +++ loncom/loncnew 2006/01/27 20:37:12 1.74 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.73 2006/01/27 16:35:13 albertel Exp $ +# $Id: loncnew,v 1.74 2006/01/27 20:37:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1875,7 +1875,7 @@ sub listen_on_all_unix_sockets { my $host_iterator = &LondConnection::GetHostIterator(); while (!$host_iterator->end()) { my $host_entry_ref = $host_iterator->get(); - my $host_name = $host_entry_ref->[0]; + my $host_name = $host_entry_ref->[3]; Debug(9, "Listen for $host_name"); &parent_listen($host_name); $host_iterator->next();