--- loncom/Attic/lonc 2003/02/24 19:56:30 1.47 +++ loncom/Attic/lonc 2003/03/18 22:51:03 1.48 @@ -5,7 +5,7 @@ # provides persistent TCP connections to the other servers in the network # through multiplexed domain sockets # -# $Id: lonc,v 1.47 2003/02/24 19:56:30 albertel Exp $ +# $Id: lonc,v 1.48 2003/03/18 22:51:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -722,7 +722,7 @@ unless ( &logthis("INFO Connected to $conserver, initing "); &status("Init dialogue: $conserver"); - $answer = londtransaction($remotesock, "init", 60); + $answer = londtransaction($remotesock, "init:$conserver", 60); chomp($answer); $answer = londtransaction($remotesock, $answer, 60); chomp($answer);