added rinit command
[spider.git] / cmd / init.pl
index fd3c045b26771e2c4b36155048bc51b49536c1df..b88ed013352bcb4d0c396917332ad09a5a507b58 100644 (file)
@@ -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);