Diff for /loncom/Attic/lonManage between versions 1.21 and 1.22

version 1.21, 2003/11/03 10:39:24 version 1.22, 2003/11/03 10:48:18
Line 114  USAGE Line 114  USAGE
   
 sub MakeLondConnection {  sub MakeLondConnection {
     my $host = shift;      my $host = shift;
     return "junk";  
       my $Connection = LondConnection->new($host, $ServerPort);
       return return $Connection;
 }  }
   
 sub NegotiateStartup {  sub NegotiateStartup {

Removed from v.1.21  
changed lines
  Added in v.1.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>