From: minima Date: Sun, 25 May 2003 00:20:50 +0000 (+0000) Subject: and only 1 node for isolates as well! X-Git-Tag: R1_51~13 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=d2166e1f70cd2fae131c906c67f1a322472fb5a4 and only 1 node for isolates as well! --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index cbd0ff65..e1d4fb28 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -2037,7 +2037,7 @@ sub send_local_config # send our nodes if ($self->{isolate}) { @localnodes = ( $main::routeroot ); - $self->send_route($main::mycall, \&pc19, 1, $main::routeroot, $main::routeroot); + $self->send_route($main::mycall, \&pc19, 1, $main::routeroot); } else { # create a list of all the nodes that are not connected to this connection # and are not themselves isolated, this to make sure that isolated nodes