add CTY2310
[spider.git] / perl / console.pl
index ea46553f39acce2122c0f103f3a038e9c815f5cf..5639488874e573231c748c1824b00185e548e8b3 100755 (executable)
@@ -526,7 +526,7 @@ $Text::Wrap::Columns = $cols;
 my $lastmin = 0;
 
 
-$conn = IntMsg->connect($clusteraddr, $clusterport, \&rec_socket);
+$conn = IntMsg->connect($clusteraddr, $clusterport, rproc => \&rec_socket);
 $conn->{on_connect} = \&on_connect;
 $conn->{on_disconnect} = \&on_disconnect;