X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Finit.pl;h=ab49b6ee4ca9c78a6811d13b0bae0ae2db65e02f;hb=25140d3e8633cbf9e25b6528248405ec8ed125e3;hp=7f5896f41b2774fe95d89b283b2e590ccc4d60c8;hpb=ab10b5e76b152d41273281b30b019e4c82ed22d8;p=spider.git diff --git a/cmd/init.pl b/cmd/init.pl index 7f5896f4..ab49b6ee 100644 --- a/cmd/init.pl +++ b/cmd/init.pl @@ -21,7 +21,7 @@ foreach $call (@calls) { # first clear out any nodes on this dxchannel my $parent = Route::Node::get($call); my @rout = $parent->del_nodes; - $dxchan->route_pc21($self, @rout) if @rout; + $dxchan->route_pc21(undef, $self, @rout) if @rout; $dxchan->send(DXProt::pc18()); $dxchan->state('init'); push @out, $self->msg('init1', $call);