X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=8b415974ed55cef98fd1062cc448576b8ca02a5e;hb=eef5dcbb47966521543e82dbb0b9269ec245d3d8;hp=5a88a2d4d5f6bdcdbf2234aca329df7cf899588f;hpb=4fc769825208defe992b60c1374a236f2cdba925;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 5a88a2d4..8b415974 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -857,8 +857,10 @@ sub send_local_config } elsif ($self->{do_pc9x}) { dbg("send_local_config: doing pc9x"); my $node = Route::Node::get($self->{call}); - $self->send_last_pc92_config($main::routeroot); - $self->send(pc92a($main::routeroot, $node)) unless $main::routeroot->last_PC92C =~ /$self->{call}/; +# $self->send_last_pc92_config($main::routeroot); +# $self->send(pc92a($main::routeroot, $node)) unless $main::routeroot->last_PC92C =~ /$self->{call}/; + $self->send(pc92a($main::routeroot, $node)); + $self->send(pc92k($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