--- loncom/Attic/lonManage 2003/11/03 10:39:24 1.21 +++ loncom/Attic/lonManage 2003/11/03 10:48:18 1.22 @@ -3,9 +3,9 @@ # # lonManage supports remote management of nodes in a LonCAPA cluster. # -# $Id: lonManage,v 1.21 2003/11/03 10:39:24 foxr Exp $ +# $Id: lonManage,v 1.22 2003/11/03 10:48:18 foxr Exp $ # -# $Id: lonManage,v 1.21 2003/11/03 10:39:24 foxr Exp $ +# $Id: lonManage,v 1.22 2003/11/03 10:48:18 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -114,7 +114,9 @@ USAGE sub MakeLondConnection { my $host = shift; - return "junk"; + + my $Connection = LondConnection->new($host, $ServerPort); + return return $Connection; } sub NegotiateStartup {