more developed version
[spider.git] / cmd / init.pl
index 7f5896f41b2774fe95d89b283b2e590ccc4d60c8..ab49b6ee4ca9c78a6811d13b0bae0ae2db65e02f 100644 (file)
@@ -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);