From d2166e1f70cd2fae131c906c67f1a322472fb5a4 Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 25 May 2003 00:20:50 +0000 Subject: [PATCH] and only 1 node for isolates as well! --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1