X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Finit.pl;h=b88ed013352bcb4d0c396917332ad09a5a507b58;hb=fe40d951b9d78262b2c3be192ad3986fa4164bcf;hp=fd3c045b26771e2c4b36155048bc51b49536c1df;hpb=f155969d600561b9ef151a7ce2494a0c89aed033;p=spider.git diff --git a/cmd/init.pl b/cmd/init.pl index fd3c045b..b88ed013 100644 --- a/cmd/init.pl +++ b/cmd/init.pl @@ -1,5 +1,5 @@ # -# reinit a cluster connection +# init a cluster connection # # Copyright (c) 1999 Dirk Koopman G1TLH # @@ -27,7 +27,7 @@ foreach $call (@calls) { DXProt::broadcast_ak1a(DXProt::pc21($node->call, 'Gone, re-init') , $dxchan) unless $dxchan->{isolate}; $node->del(); } - $dxchan->send(DXProt::pc38()); +# $dxchan->send(DXProt::pc38()); $dxchan->send(DXProt::pc18()); $dxchan->state('init'); push @out, $self->msg('init1', $call);